You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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]
|