mirror of https://github.com/ThunixdotNet/wiki.git
New fixed htaccess, and testing links
This commit is contained in:
parent
b1afbe1f37
commit
9774dc2680
11
.htaccess
11
.htaccess
|
@ -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
|
RewriteEngine On
|
||||||
RewriteBase /
|
RewriteRule ^([^/d]+)/?$ wiki.php?page=$1 [QSA]
|
||||||
RewriteRule ^$ wiki.php [L]
|
|
||||||
RewriteRule ^index\.php$ wiki.php [L]
|
|
||||||
RewriteRule ^([A-Z0-9\xa0-\xff].*)$ wiki.php?page=$1 [QSA,L]
|
|
||||||
|
|
|
@ -5,6 +5,5 @@
|
||||||
test
|
test
|
||||||
|
|
||||||
test
|
test
|
||||||
<a href="wiki.php?page=tableofcontents">test link</a>
|
<a href="tableofcontents">test link</a>
|
||||||
|
[tableofcontents](tableofcontents "TOC")
|
||||||
adding some test
|
|
||||||
|
|
Loading…
Reference in New Issue