mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-09-24 19:07:11 +00:00
Added excludes in htaccess for tilde.json and humans.txt
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user