Legalese update and bugfixes
This commit is contained in:
parent
d032d1e427
commit
fe90a14a57
6 changed files with 11 additions and 12 deletions
|
@ -24,8 +24,8 @@ RewriteRule my_chars.html index.php?task=rp&sub=chars [QSA,L]
|
|||
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 ^text/guidelines.html$ /text/rules.html [R=301,L]
|
||||
RewriteRule ^text/(.*\.html?)$ index.php?task=text&url=$1 [L]
|
||||
RewriteRule ^guidelines.html$ /text/rules.html [R=301,L]
|
||||
RewriteRule ^(.*\.html?)$ index.php?task=text&url=$1 [L]
|
||||
RewriteRule profile/(.*) index.php?task=rp&sub=show&name=$1
|
||||
|
||||
RewriteCond %{HTTP_HOST} ^chat\.coppertopia\.net$
|
||||
|
@ -49,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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue