Files
snootgame.xyz/htaccess
2023-01-03 01:40:29 -06:00

5 lines
173 B
Plaintext

RewriteEngine On
ErrorDocument 404 /notfound/404.shtml
RewriteRule ^([0-9]+) index.php?pid=$1
RewriteRule ^p([0-9]+) index.php?page=$1
RewriteRule ^/?wiki(/.*)?$ /w/ [L]