Added more pages to ignore

This commit is contained in:
Shikiryu 2011-01-04 11:32:00 +00:00
parent 40bb913551
commit 47eb8aeb3f
1 changed files with 4 additions and 2 deletions

View File

@ -1,11 +1,13 @@
Options +FollowSymlinks Options +FollowSymlinks
RewriteEngine On RewriteEngine On
RewriteBase /r
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !index.php$ RewriteCond %{REQUEST_FILENAME} !index.php$
RewriteCond %{REQUEST_FILENAME} !add.php(.*)$
RewriteCond %{REQUEST_FILENAME} !short.php$ RewriteCond %{REQUEST_FILENAME} !short.php$
RewriteCond %{REQUEST_FILENAME} !404.html$ RewriteCond %{REQUEST_FILENAME} !404.html$
RewriteCond %{REQUEST_FILENAME} !asecretpassage.php$ RewriteCond %{REQUEST_FILENAME} !asecretpassagereallysecret.php$
RewriteCond %{REQUEST_FILENAME} !redir.php(.*)$ RewriteCond %{REQUEST_FILENAME} !redir.php(.*)$
RewriteCond %{REQUEST_FILENAME} !/$ RewriteCond %{REQUEST_FILENAME} !/$
RewriteRule ^(.*)$ redir.php?name=$1 [L,R] RewriteRule ^(.*)$ redir.php?name=$1 [L,R]