mirror of
https://github.com/Chouchen/shorturl.git
synced 2018-06-07 06:34:38 +02:00
Added more pages to ignore
This commit is contained in:
parent
40bb913551
commit
47eb8aeb3f
@ -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]
|
Loading…
Reference in New Issue
Block a user