Updating htccess to allow custom modules to be served as all other pages

This commit is contained in:
Ubergeek 2019-07-07 19:46:08 +00:00
parent d702d39a41
commit 8ee3c47c03
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
RewriteEngine On
RewriteRule ^$ main [QSA]
RewriteRule ^index\.php$ wiki.php?page=main [QSA]
RewriteRule ^users$ includes/users.php [QSA,L]
RewriteRule ^server$ includes/server.php [QSA,L]
RewriteCond %{REQUEST_URI} !(/includes/|/media/|tilde.json|humans.txt|/webmail/|/favicon.ico|/~)
RewriteRule ^([^\d]+)/?$ wiki.php?page=$1 [QSA]

View File

@ -15,9 +15,9 @@
---------------------------
- [Wiki](https://wiki.thunix.net/)
- [Status of thunix Servers and Services](/includes/server.php)
- [Status of thunix Servers and Services](/server)
- [Service News](/news)
- [User Web Directories](/includes/users.php)
- [User Web Directories](/users)
- [User Gopher Directories](https://gopher.tildeverse.org/thunix.net)
- [Web Mail](/webmail/)
- [ZNC Service](https://thunix.net:1326/)