diff --git a/.htaccess b/.htaccess index ac3d246..b9f890e 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ -### SILVERSTRIPE START ### +### SILVERSTRIPE START ### Order deny,allow Deny from all @@ -6,11 +6,10 @@ Allow from 127.0.0.1 RewriteEngine On -RewriteBase /phpinstaller-trunk RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$) RewriteCond %{REQUEST_URI} ^(.*)$ RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L] +RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L] ### SILVERSTRIPE END ### \ No newline at end of file