...
/b2b/catalog/test2/section/alcohol/ - раздел
/b2b/catalog/detail.php - страница товара
/b2b/catalog/test2/product/whiskey/ - товар
1. Включить механизм routes
.htaccess
#RewriteCond %{REQUEST_FILENAME} !/bitrix/urlrewrite.php$
#RewriteRule ^(.*)$ /bitrix/urlrewrite.php [L]
RewriteCond %{REQUEST_FILENAME} !/bitrix/routing_index.php$
RewriteRule ^(.*)$ /bitrix/routing_index.php [L]В результате ничего не ломается. В конце файла /bitrix/routing_index....
03.10.2025 22:03:40