From 80b32af16ab194cca0901ad951788dcde486eadd Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Wed, 17 Jul 2019 01:31:52 +0000 Subject: [PATCH] Updated htaccess to allow for sitemap --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 5d7f1c3..27b7ab0 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) + RewriteCond %{REQUEST_URI} !(/includes/|/media/|tilde.json|humans.txt|/webmail/|/favicon.ico|/~|githook|sitemap.xml) RewriteRule ^([^\d]+)/?$ wiki.php?page=$1 [QSA]