mirror of
https://github.com/ThunixdotNet/wiki.git
synced 2026-01-24 04:10:18 +00:00
New fixed htaccess, and testing links
This commit is contained in:
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
|
||||
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]
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user