Files
ServersMonitoring/src/public/urlrewrite.php
T
2026-06-24 13:38:07 +03:00

28 lines
526 B
PHP

<?php
$arUrlRewrite=array (
0 =>
array (
'CONDITION' => '#^/local/rest/#',
'RULE' => '',
'ID' => 'bitrix:rest.hook',
'PATH' => '/local/rest/index.php',
'SORT' => 100,
),
1 =>
array (
'CONDITION' => '#^/local/rest/#',
'RULE' => '',
'ID' => 'bitrix:rest.hook',
'PATH' => '/local/rest/index.php',
'SORT' => 100,
),
2 =>
array (
'CONDITION' => '#^/rest/#',
'RULE' => '',
'ID' => '',
'PATH' => '/bitrix/services/rest/index.php',
'SORT' => 200,
),
);