More and more cnages to make the site functional

This commit is contained in:
genuineparts 2025-06-18 15:02:56 +02:00
parent 6c44a79a72
commit 16ef8fdf6c
17 changed files with 493 additions and 199 deletions

View file

@ -20,6 +20,7 @@ RewriteRule ^avatar/(.*)? index.php?task=rp&sum=avatar&id=$1
RewriteRule ^chat/reports/(.*)? index.php?task=chat&sub=report&uid=$1
RewriteRule ^chat/in? index.php?task=chat&sub=in
RewriteRule ^chat? index.php?task=chat
RewriteRule ^t/(.*\.html?)$ index.php?task=text&url=$1 [L]
RewriteRule create_char.html index.php?task=rp&sub=create
RewriteRule chat.html index.php?task=chat
RewriteRule my_chars.html index.php?task=rp&sub=chars [QSA,L]
@ -27,6 +28,6 @@ RewriteRule canon_chars.html index.php?task=rp&sub=canons [QSA,L]
RewriteRule logs.html index.php?task=chat&sub=logs [QSA,L]
RewriteRule private.html index.php?task=chat&sub=privatelogs [QSA,L]
RewriteRule ^guidelines.html$ /text/rules.html [R=301,L]
RewriteRule ^/t/(.*\.html?)$ index.php?task=text&url=$1 [L]
</IfModule>