diff --git a/.htaccess b/.htaccess index dbe17b8..e69de29 100644 --- a/.htaccess +++ b/.htaccess @@ -1,14 +0,0 @@ - -### SILVERSTRIPE START ### - -DirectorySlash Off - - -RewriteEngine On - -RewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$ - -RewriteCond %{REQUEST_URI} ^(.*)$ -RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L] -### SILVERSTRIPE END ###