New fixed htaccess, and testing links

This commit is contained in:
Ubergeek 2019-06-28 18:43:05 +00:00
parent b1afbe1f37
commit 9774dc2680
2 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,8 @@
#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]
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]
RewriteRule ^([^/d]+)/?$ wiki.php?page=$1 [QSA]

View File

@ -5,6 +5,5 @@
      test
test
<a href="wiki.php?page=tableofcontents">test link</a>
adding some test
<a href="tableofcontents">test link</a>
[tableofcontents](tableofcontents "TOC")