Updates and cleanup

This commit is contained in:
genuineparts 2025-06-03 08:40:33 +02:00
parent 99a9ed919e
commit e4dc428379
11 changed files with 340 additions and 395 deletions

View file

@ -15,7 +15,9 @@ RewriteRule error/(.*)\.html$ index.php?task=error&sub=$1
RewriteRule ^register/(.*)? register.php?regstring=$1
RewriteRule ^avatar/(.*)? index.php?task=rp&sum=avatar&id=$1
RewriteRule ^reports/(.*)? index.php?task=chat&sub=report&uid=$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 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]
@ -47,4 +49,4 @@ RewriteCond %{HTTP_HOST} ^logs\.coppertopia\.net$
RewriteRule ^user/(.*)$ ?task=chat&sub=privatelogs&user=$1 [QSA,L]
RewriteCond %{HTTP_HOST} ^logs\.coppertopia\.net$
RewriteRule ^$ ?task=chat&sub=logs [QSA,L]
</IfModule>
</IfModule>