28 lines
526 B
PHP
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,
|
|
),
|
|
);
|