Your IP : 3.133.118.82
<?
$arUrlRewrite = array(
array(
"CONDITION" => "#^/bitrix/services/ymarket/#",
"RULE" => "",
"ID" => "",
"PATH" => "/bitrix/services/ymarket/index.php",
),
array(
"CONDITION" => "#^/communication/web-forms/#",
"RULE" => "",
"ID" => "royal:form",
"PATH" => "/contacts/index.php",
),
array(
"CONDITION" => "#^/personal/order/#",
"RULE" => "",
"ID" => "bitrix:sale.personal.order",
"PATH" => "/personal/order/index.php",
),
array(
"CONDITION" => "#^/where_buy/#",
"RULE" => "",
"ID" => "bitrix:news",
"PATH" => "/where_buy/index.php",
),
array(
"CONDITION" => "#^/where_buy/#",
"RULE" => "",
"ID" => "bitrix:news",
"PATH" => "/aaa.php",
),
array(
"CONDITION" => "#^/catalog/#",
"RULE" => "",
"ID" => "bitrix:catalog",
"PATH" => "/catalog/index.php",
),
array(
"CONDITION" => "#^/store/#",
"RULE" => "",
"ID" => "bitrix:catalog.store",
"PATH" => "/store/index.php",
),
array(
"CONDITION" => "#^/news/#",
"RULE" => "",
"ID" => "",
"PATH" => "/news/index.php",
),
);
?>