From c0e4e55e4d1d5cd681c974e5d52f9167d54e6d2d Mon Sep 17 00:00:00 2001 From: Chouchen Date: Tue, 4 Jan 2011 11:32:00 +0000 Subject: [PATCH] Added more pages to ignore --- trunk/.htaccess | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/trunk/.htaccess b/trunk/.htaccess index 5f2bd47..6441c58 100644 --- a/trunk/.htaccess +++ b/trunk/.htaccess @@ -1,11 +1,13 @@ Options +FollowSymlinks RewriteEngine On -RewriteBase /r + +RewriteBase / RewriteCond %{REQUEST_FILENAME} !index.php$ +RewriteCond %{REQUEST_FILENAME} !add.php(.*)$ RewriteCond %{REQUEST_FILENAME} !short.php$ RewriteCond %{REQUEST_FILENAME} !404.html$ -RewriteCond %{REQUEST_FILENAME} !asecretpassage.php$ +RewriteCond %{REQUEST_FILENAME} !asecretpassagereallysecret.php$ RewriteCond %{REQUEST_FILENAME} !redir.php(.*)$ RewriteCond %{REQUEST_FILENAME} !/$ RewriteRule ^(.*)$ redir.php?name=$1 [L,R] \ No newline at end of file