From f9382071caf3878c6146bc65e105e4ee0ba9c86c Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sun, 14 Jul 2019 00:38:18 +0000 Subject: [PATCH] Update htaccess to allow githook --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index e895fb7..5d7f1c3 100644 --- a/.htaccess +++ b/.htaccess @@ -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|/~|/githook.php) + RewriteCond %{REQUEST_URI} !(/includes/|/media/|tilde.json|humans.txt|/webmail/|/favicon.ico|/~|githook) RewriteRule ^([^\d]+)/?$ wiki.php?page=$1 [QSA]