(27 ноя 2014, 16:00) (
1/
0)
[
1]
<?
RewriteRule ^categorys/*$ cats.php [L,QSA]
RewriteRule ^cat_([0-9]+)/*$ cat.php?id=$1 [L,QSA]
RewriteRule ^podcat_([0-9]+)/*$ podcat.php?id=$1 [L,QSA]
RewriteRule ^podcat_([0-9]+)_start=([0-9]+)/*$ podcat.php?id=$1&start=$2 [L,QSA]
RewriteRule ^podcat_([0-9]+)_([0-9]+)/*$ podcat.php?id=$1&start=$2 [L,QSA]
RewriteRule ^view_([0-9]+)/*$ view.php?id=$1 [L,QSA]
RewriteRule ^search/*$ search.php [L,QSA]
RewriteRule ^search_([a-zA-Z0-9-_]+)/*$ search.php?query=$1 [L,QSA]
RewriteRule ^kontakt/*$ kontakt.php [L,QSA]
?>
.якодирь.