<?
$arUrlRewrite = array(
array(
"CONDITION" => "#^/bitrix/services/ymarket/([\\w\\d\\-]+)?(/)?(([\\w\\d\\-]+)(/)?)?#",
"RULE" => "REQUEST_OBJECT=\$1&METHOD=\$4",
"ID" => "",
"PATH" => "/bitrix/services/ymarket/index.php",
),
array(
"CONDITION" => "#^/personal/history-of-orders/#",
"RULE" => "",
"ID" => "bitrix:sale.personal.order",
"PATH" => "/personal/history-of-orders/index.php",
),
array(
"CONDITION" => "#^/acrit.exportproplus/(.*)#",
"RULE" => "path=\$1",
"ID" => "",
"PATH" => "/acrit.exportproplus/index.php",
),
array(
"CONDITION" => "#^/bitrix/services/ymarket/#",
"RULE" => "",
"ID" => "",
"PATH" => "/bitrix/services/ymarket/index.php",
),
array(
"CONDITION" => "#^/acrit.exportpro/(.*)#",
"RULE" => "path=\$1",
"ID" => "",
"PATH" => "/acrit.exportpro/index.php",
),
array(
"CONDITION" => "#^/contacts/stores/#",
"RULE" => "",
"ID" => "bitrix:catalog.store",
"PATH" => "/contacts/stores/index.php",
),
array(
"CONDITION" => "#^/contacts/stores/#",
"RULE" => "",
"ID" => "bitrix:news",
"PATH" => "/contacts/stores/index.php",
),
array(
"CONDITION" => "#^/personal/order/#",
"RULE" => "",
"ID" => "bitrix:sale.personal.order",
"PATH" => "/personal/order/index.php",
),
array(
"CONDITION" => "#^/info/articles/#",
"RULE" => "",
"ID" => "bitrix:news",
"PATH" => "/info/articles/index.php",
),
array(
"CONDITION" => "#^/company/news/#",
"RULE" => "",
"ID" => "bitrix:news",
"PATH" => "/company/news/index.php",
),
array(
"CONDITION" => "#^/info/article/#",
"RULE" => "",
"ID" => "bitrix:news",
"PATH" => "/info/article/index.php",
),
array(
"CONDITION" => "#^/catalogtest/#",
"RULE" => "",
"ID" => "bitrix:catalog",
"PATH" => "/catalogtest/index.php",
),
array(
"CONDITION" => "#^/info/brands/#",
"RULE" => "",
"ID" => "bitrix:news",
"PATH" => "/info/brands/index.php",
),
array(
"CONDITION" => "#^/info/brand/#",
"RULE" => "",
"ID" => "bitrix:news",
"PATH" => "/info/brand/index.php",
),
array(
"CONDITION" => "#^/products/#",
"RULE" => "",
"ID" => "bitrix:catalog",
"PATH" => "/products/index.php",
),
array(
"CONDITION" => "#^/services/#",
"RULE" => "",
"ID" => "bitrix:news",
"PATH" => "/services/index.php",
),
array(
"CONDITION" => "#^/support/#",
"RULE" => "",
"ID" => "altasib:support",
"PATH" => "/support/index.php",
),
array(
"CONDITION" => "#^/test-bx/#",
"RULE" => "",
"ID" => "bitrix:catalog",
"PATH" => "/test-bx/index.php",
),
array(
"CONDITION" => "#^/project/#",
"RULE" => "",
"ID" => "bitrix:catalog",
"PATH" => "/project/index.php",
),
array(
"CONDITION" => "#^/news/#",
"RULE" => "",
"ID" => "bitrix:news",
"PATH" => "/news/index.php",
),
array(
"CONDITION" => "#^/sale/#",
"RULE" => "",
"ID" => "bitrix:news",
"PATH" => "/sale/index.php",
),
array(
"CONDITION" => "#^/#",
"RULE" => "",
"ID" => "bitrix:catalog",
"PATH" => "/catalog/index.php",
),
array(
"CONDITION" => "#^/#",
"RULE" => "",
"ID" => "bitrix:catalog",
"PATH" => "/catalog_test1/index.php",
),
);
?>