Спойлер (Отобразить)CODE:RewriteEngine On
RewriteRule ^cat([0-9]+)\.html$ index.php?c=$1 [L,QSA]
RewriteRule ^forum([0-9]+)\.html$ forums.php?forum=$1 [L,QSA]
RewriteRule ^forum([0-9]+)-([0-9]+)\.html$ forums.php?forum=$1&p=$2 [L,QSA]
RewriteRule ^topic([0-9]+)-([0-9]+)-([0-9]+)\.html$ topic.php?forum=$1&topic=$2&postid=$3#$3 [L,QSA]
RewriteRule ^topic([0-9]+)-([0-9]+)\.html$ topic.php?forum=$1&topic=$2 [L,QSA]
RewriteRule ^topic([0-9]+)-([0-9]+)--([0-9]+)\.html$ topic.php?forum=$1&topic=$2&p=$3 [L,QSA]
вот
Уря. Всем большое спасибо за помощь. (Отредактировано автором: 2 марта 2010 — 10:05) |