From 58ba28451e45295e0f3701fd46e5fec031484b9f Mon Sep 17 00:00:00 2001 From: ischommer Date: Wed, 15 Jul 2009 00:00:43 +0000 Subject: [PATCH] BUGFIX Removed stop-condition for *.php in default .htaccess file in files generated by rewritetest.php git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@81848 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- rewritetest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rewritetest.php b/rewritetest.php index 4fb723e..4202d9f 100644 --- a/rewritetest.php +++ b/rewritetest.php @@ -81,7 +81,7 @@ function createHtaccess() { RewriteEngine On RewriteBase $base -RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$)|(\.php$) +RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$) RewriteCond %{REQUEST_URI} ^(.*)$ RewriteCond %{REQUEST_FILENAME} !-f @@ -114,7 +114,7 @@ function createHtaccessAlternative() { RewriteEngine On RewriteBase $base -RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$)|(\.php$) +RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$) RewriteCond %{REQUEST_URI} ^(.*)$ RewriteCond %{REQUEST_FILENAME} !-f