diff --git a/.htaccess b/.htaccess index e95f46a..0aee0ee 100644 --- a/.htaccess +++ b/.htaccess @@ -7,7 +7,6 @@ Allow from 127.0.0.1 RewriteEngine On -RewriteBase /ss/ssinstaller2_3 RewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$ @@ -15,4 +14,4 @@ RewriteCond %{REQUEST_URI} ^(.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L] -### SILVERSTRIPE END ### \ No newline at end of file +### SILVERSTRIPE END ###