From 17e2329c614e0145e5fa05c86ccc8d95122aba7c Mon Sep 17 00:00:00 2001 From: sharvey Date: Wed, 5 Nov 2008 23:13:44 +0000 Subject: [PATCH] Reverted htaccess change git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@65331 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- .htaccess | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.htaccess b/.htaccess index f286fb6..e69de29 100644 --- a/.htaccess +++ b/.htaccess @@ -1,15 +0,0 @@ - -### SILVERSTRIPE START ### - -DirectorySlash Off - - -RewriteEngine On -RewriteBase /ss/trunk - -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 ###