Added excludes in htaccess for tilde.json and humans.txt

This commit is contained in:
Ubergeek 2019-07-07 00:24:37 +00:00
parent a500b3449a
commit 396ca427fb
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
RewriteEngine On
RewriteRule ^$ main [QSA]
RewriteRule ^index\.php$ wiki.php?page=main [QSA]
RewriteCond %{REQUEST_URI} !(/includes/|/media)
RewriteCond %{REQUEST_URI} !(/includes/|/media/|tilde.json|humans.txt)
RewriteRule ^([^\d]+)/?$ wiki.php?page=$1 [QSA]