This repository has been archived on 2022-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
website/.htaccess

6 lines
229 B
ApacheConf
Raw Permalink Normal View History

2022-10-24 14:49:35 +00:00
RewriteEngine On
RewriteRule ^$ main [QSA]
RewriteRule ^index\.php$ wiki.php?page=main [QSA]
RewriteCond %{REQUEST_URI} !(/includes/|/media)
RewriteRule ^([A-Za-z0-9\/]+)/?$ wiki.php?page=$1 [QSA]