1
0
forked from Thunix/www

Updated links across the board, and htaccess to allow for githook

This commit is contained in:
Ubergeek
2019-07-07 23:48:21 +00:00
parent 2878927317
commit 4cd8ce9489
9 changed files with 13 additions and 14 deletions

View File

@@ -3,5 +3,5 @@
RewriteRule ^index\.php$ wiki.php?page=main [QSA]
RewriteRule ^users$ includes/users.php [QSA,L]
RewriteRule ^server$ includes/server.php [QSA,L]
RewriteCond %{REQUEST_URI} !(/includes/|/media/|tilde.json|humans.txt|/webmail/|/favicon.ico|/~)
RewriteCond %{REQUEST_URI} !(/includes/|/media/|tilde.json|humans.txt|/webmail/|/favicon.ico|/~|/githook.php)
RewriteRule ^([^\d]+)/?$ wiki.php?page=$1 [QSA]