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]