Файл: forum/.htaccess
Строк: 12
RewriteEngine On
RewriteRule ^index.dll$ index.php [L,QSA]
RewriteRule
^on-who.dll$ on-who.php [L,QSA]
RewriteRule ^new.dll$ new.php
[L,QSA]
RewriteRule ^top-20.dll$ top-20.php [L,QSA]
RewriteRule
^apa-topic.dll$ apa-topic.php [L,QSA]
RewriteRule ^apa-post.dll$
apa-post.php [L,QSA]
RewriteRule ^forum-([0-9]*).dll$ forum.php?id=$1
[L,QSA]
RewriteRule ^forum-r-([0-9]*).dll$ forum-r.php?id=$1
[L,QSA]
RewriteRule ^new-topic-([0-9]*).dll$ new-topic.php?id=$1
[L,QSA]
RewriteRule ^topic-([0-9]*).dll$ topic.php?id=$1
[L,QSA]
RewriteRule ^topic-post-([0-9]*).dll$ topic-post.php?id=$1
[L,QSA]
RewriteRule ^topic-file-([0-9]*).dll$ topic-file.php?id=$1
[L,QSA]
RewriteRule ^topic-sett-([0-9]*).dll$ topic-sett.php?id=$1 [L,QSA]