diff --git a/.htaccess b/.htaccess index 6421293..5cbd1e8 100644 --- a/.htaccess +++ b/.htaccess @@ -10,9 +10,10 @@ Deny from all -RewriteEngine On - -RewriteCond %{REQUEST_URI} ^(.*)$ -RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L] -### SILVERSTRIPE END ### \ No newline at end of file + + RewriteEngine On + RewriteCond %{REQUEST_URI} ^(.*)$ + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L] + +### SILVERSTRIPE END ###