site/wiki/.htaccess

6 lines
153 B
ApacheConf
Raw Normal View History

2020-07-02 01:35:03 +00:00
RewriteEngine On
RewriteBase /wiki/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?page=$1 [L,QSA]