<?
$arUrlRewrite = array(
array(
"CONDITION" => "#^/bitrix/services/ymarket/#",
"RULE" => "",
"ID" => "",
"PATH" => "/bitrix/services/ymarket/index.php",
),
array(
"CONDITION" => "#^/downloads/application/#",
"RULE" => "",
"ID" => "bitrix:news",
"PATH" => "/downloads/application/index.php",
),
array(
"CONDITION" => "#^/communication/forum/#",
"RULE" => "",
"ID" => "bitrix:forum",
"PATH" => "/communication/forum/index.php",
),
array(
"CONDITION" => "#^/communication/blog/#",
"RULE" => "",
"ID" => "bitrix:blog",
"PATH" => "/communication/blog/index.php",
),
array(
"CONDITION" => "#^/support/articles/#",
"RULE" => "",
"ID" => "bitrix:catalog",
"PATH" => "/support/articles/index.php",
),
array(
"CONDITION" => "#^/content/gallery/#",
"RULE" => "",
"ID" => "bitrix:photogallery_user",
"PATH" => "/content/gallery/index.php",
),
array(
"CONDITION" => "#^/blog/solutions/#",
"RULE" => "",
"ID" => "bitrix:catalog",
"PATH" => "/blog/solutions/index.php",
),
array(
"CONDITION" => "#^/blog/articles/#",
"RULE" => "",
"ID" => "bitrix:catalog",
"PATH" => "/blog/articles/index.php",
),
array(
"CONDITION" => "#^/content/photo/#",
"RULE" => "",
"ID" => "bitrix:photogallery",
"PATH" => "/content/photo/index.php",
),
array(
"CONDITION" => "#^/about/new/#",
"RULE" => "",
"ID" => "bitrix:catalog",
"PATH" => "/about/new/index.php",
),
array(
"CONDITION" => "#^/blog/news/#",
"RULE" => "",
"ID" => "bitrix:catalog",
"PATH" => "/blog/news/index.php",
),
array(
"CONDITION" => "#^/catalog/#",
"RULE" => "",
"ID" => "bitrix:catalog",
"PATH" => "/catalog/index.php",
),
array(
"CONDITION" => "#^/news/#",
"RULE" => "",
"ID" => "bitrix:news",
"PATH" => "/news/index.php",
),
);
?> |