From 78fa0fc32a895272cbc43baeba9d5ca3902c2647 Mon Sep 17 00:00:00 2001 From: sminnee Date: Thu, 6 Nov 2008 21:01:04 +0000 Subject: [PATCH] Reverted r65395 git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@65396 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- .htaccess | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.htaccess b/.htaccess index dbe17b8..e69de29 100644 --- a/.htaccess +++ b/.htaccess @@ -1,14 +0,0 @@ - -### SILVERSTRIPE START ### - -DirectorySlash Off - - -RewriteEngine On - -RewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$ - -RewriteCond %{REQUEST_URI} ^(.*)$ -RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L] -### SILVERSTRIPE END ###