mirror of
https://github.com/ThunixdotNet/wiki.git
synced 2026-01-24 12:20:19 +00:00
6 lines
211 B
ApacheConf
6 lines
211 B
ApacheConf
RewriteEngine On
|
|
RewriteRule ^$ main [QSA]
|
|
RewriteRule ^index\.php$ wiki.php [QSA]
|
|
RewriteCond %{REQUEST_URI} !^/includes/site.css
|
|
RewriteRule ^([^\d]+)/?$ wiki.php?page=$1 [QSA]
|