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