-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathurlrewrite.php
More file actions
67 lines (67 loc) · 1.41 KB
/
urlrewrite.php
File metadata and controls
67 lines (67 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?php
$arUrlRewrite=array (
6 =>
array (
'CONDITION' => '#^/examples/my-components/news/#',
'RULE' => NULL,
'ID' => 'demo:news',
'PATH' => '/examples/my-components/news_sef.php',
'SORT' => 100,
),
4 =>
array (
'CONDITION' => '#^/e-store/books/reviews/#',
'RULE' => '',
'ID' => 'bitrix:news',
'PATH' => '/e-store/books/reviews/index.php',
'SORT' => 100,
),
5 =>
array (
'CONDITION' => '#^/e-store/xml_catalog/#',
'RULE' => '',
'ID' => 'bitrix:catalog',
'PATH' => '/e-store/xml_catalog/index.php',
'SORT' => 100,
),
1 =>
array (
'CONDITION' => '#^/content/articles/#',
'RULE' => '',
'ID' => 'bitrix:news',
'PATH' => '/content/articles/index.php',
'SORT' => 100,
),
3 =>
array (
'CONDITION' => '#^/e-store/books/#',
'RULE' => '',
'ID' => 'bitrix:catalog',
'PATH' => '/e-store/books/index.php',
'SORT' => 100,
),
2 =>
array (
'CONDITION' => '#^/content/news/#',
'RULE' => '',
'ID' => 'bitrix:news',
'PATH' => '/content/news/index.php',
'SORT' => 100,
),
7 =>
array (
'CONDITION' => '#^/content/faq/#',
'RULE' => '',
'ID' => 'bitrix:support.faq',
'PATH' => '/content/faq/index.php',
'SORT' => 100,
),
0 =>
array (
'CONDITION' => '#^/rest/#',
'RULE' => '',
'ID' => NULL,
'PATH' => '/bitrix/services/rest/index.php',
'SORT' => 100,
),
);