diff --git a/.htaccess b/.htaccess index 5cbd1e8..e69de29 100644 --- a/.htaccess +++ b/.htaccess @@ -1,19 +0,0 @@ -### SILVERSTRIPE START ### - - Order deny,allow - Deny from all - Allow from 127.0.0.1 - - - - Order deny,allow - Deny from all - - - - RewriteEngine On - RewriteCond %{REQUEST_URI} ^(.*)$ - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L] - -### SILVERSTRIPE END ###