Александр1209http://softtime.ru/forumдва типа URL (mod_rewrite)http://softtime.ru/forum/read.php?id_forum=5&id_theme=82990#post493874Вроде удалось решить так: RewriteCond %{REQUEST_URI} ^(.*)(\/product\/)(.*)\.html$ RewriteRule ^(.*)(\/product\/)(.*)\.html$ index.php?q=$1&product=$3 RewriteCond %{REQUEST_URI} ^(.*)(.*)\.html$ RewriteRule ^(.*)$ index.php?q=$1 два типа URL (mod_rewrite)Sun, 16 Oct 2011 18:42:41 +0300Александр1209два типа URL (mod_rewrite)http://softtime.ru/forum/read.php?id_forum=5&id_theme=82990#post493863Подскажите, пожалуйста, как написать правила для mod_rewrite (.htaccess) чтобы 1. URL вида category/subcategory.html переводились в index.php?q=category/subcategory 2. Но при этом...два типа URL (mod_rewrite)Sun, 16 Oct 2011 16:35:54 +0300Александр1209