From a0cedd3fb55b4df0d4c7fdfdf016b6a0d8e1672c Mon Sep 17 00:00:00 2001 From: ischommer Date: Sat, 21 Nov 2009 10:36:20 +0000 Subject: [PATCH] MINOR Partially reverted r92439, accidental commit to .htaccess git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@92877 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- .htaccess | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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