From e3c2e2391a43ca2169c257bf4b355258da14276d Mon Sep 17 00:00:00 2001 From: ischommer Date: Wed, 15 Jul 2009 00:01:52 +0000 Subject: [PATCH] MINOR Merged from trunk git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.3@81849 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- .htaccess | 2 +- install.php | 2 +- rewritetest.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.htaccess b/.htaccess index b2012c4..669f296 100644 --- a/.htaccess +++ b/.htaccess @@ -8,7 +8,7 @@ Allow from 127.0.0.1 RewriteEngine On -RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$)|(\.php$) +RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$) RewriteCond %{REQUEST_URI} ^(.*)$ RewriteCond %{REQUEST_FILENAME} !-f diff --git a/install.php b/install.php index 7e4bb6f..7e1ef48 100644 --- a/install.php +++ b/install.php @@ -885,7 +885,7 @@ Allow from 127.0.0.1 RewriteEngine On $baseClause -RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$)|(\.php$) +RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$) RewriteCond %{REQUEST_URI} ^(.*)$ RewriteCond %{REQUEST_FILENAME} !-f 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