Adding .htaccess file, to try and clean up URLs

This commit is contained in:
Ubergeek 2019-06-28 18:13:14 +00:00
parent 7356d5ad0a
commit 875bb890ad
1 changed files with 5 additions and 0 deletions

5
.htaccess Normal file
View File

@ -0,0 +1,5 @@
RewriteEngine On
RewriteBase /
RewriteRule ^$ wiki.php [L]
RewriteRule ^index\.php$ wiki.php [L]
RewriteRule ^([A-Z0-9\xa0-\xff].*)$ wiki.php?page=$1 [QSA,L]