Commit 402d029c7e84d50769acaf6214a200860be77fe2
1 parent
40995765
+ fix ukr версии
Showing
1 changed file
with
149 additions
and
126 deletions
Show diff stats
.htaccess
... | ... | @@ -20,101 +20,124 @@ RewriteRule ^(.*)$ http://extremstyle.ua/$1 [R=301,L] |
20 | 20 | |
21 | 21 | #RewriteRule ^catalogs\/?$ http://extremstyle.ua/ [R=301,L] |
22 | 22 | |
23 | -RewriteRule ^(ukr)\/(.*)-catalogs\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&page=$4&%{QUERY_STRING} | |
24 | -RewriteRule ^(.*)-catalogs\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&page=$3&%{QUERY_STRING} | |
23 | +RewriteRule ^(ukr)\/(.*)-catalogs\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&page=$4&%{QUERY_STRING} [L] | |
25 | 24 | |
25 | +RewriteCond %{REQUEST_URI} !^ukr | |
26 | +RewriteRule (.*)-catalogs\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&page=$3&%{QUERY_STRING} [L] | |
26 | 27 | |
27 | -RewriteRule ^(ukr)\/(.*)-catalogs\/filter;(.*)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&%{QUERY_STRING} | |
28 | -RewriteRule ^(.*)-catalogs\/filter;(.*)\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&%{QUERY_STRING} | |
29 | 28 | |
30 | -RewriteRule ^(ukr)\/(.*)-catalogs\/(^filter+)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&productID=$3&%{QUERY_STRING} | |
31 | -RewriteRule ^(.*)-catalogs\/(^filter+)\/?$ index.php?action=catalogs&rubID=$1&productID=$2&%{QUERY_STRING} | |
29 | +RewriteRule ^(ukr)\/(.*)-catalogs\/filter;(.*)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&%{QUERY_STRING} [L] | |
30 | +RewriteCond %{REQUEST_URI} !^ukr | |
31 | +RewriteRule (.*)-catalogs\/filter;(.*)\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&%{QUERY_STRING} [L] | |
32 | 32 | |
33 | +RewriteRule ^(ukr)\/(.*)-catalogs\/(^filter+)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&productID=$3&%{QUERY_STRING} [L] | |
34 | +RewriteCond %{REQUEST_URI} !^ukr | |
35 | +RewriteRule (.*)-catalogs\/(^filter+)\/?$ index.php?action=catalogs&rubID=$1&productID=$2&%{QUERY_STRING} [L] | |
33 | 36 | |
34 | 37 | |
35 | -RewriteRule ^(ukr)\/?$ index.php?lang=$1&%{QUERY_STRING} | |
38 | + | |
39 | +RewriteRule ^(ukr)\/?$ index.php?lang=$1&%{QUERY_STRING} [L] | |
36 | 40 | |
37 | 41 | |
38 | 42 | |
39 | 43 | |
40 | 44 | |
41 | 45 | RewriteRule ^(ukr)\/(.*)-catalogs\/?$ index.php?lang=$1&action=catalogs&rubID=$2&%{QUERY_STRING} [NC,L] |
42 | -RewriteRule ^(.*)-catalogs\/?$ index.php?action=catalogs&rubID=$1&%{QUERY_STRING} [NC,L] | |
46 | +RewriteCond %{REQUEST_URI} !^ukr | |
47 | +RewriteRule (.*)-catalogs\/?$ index.php?action=catalogs&rubID=$1&%{QUERY_STRING} [NC,L] | |
43 | 48 | |
44 | 49 | RewriteRule ^(ukr)\/(.*)-catalogs\/new\/?$ index.php?lang=$1&action=catalogs&rubID=$2&new=1&%{QUERY_STRING} [NC,L] |
45 | -RewriteRule ^(.*)-catalogs\/new\/?$ index.php?action=catalogs&rubID=$1&new=1&%{QUERY_STRING} [NC,L] | |
50 | +RewriteCond %{REQUEST_URI} !^ukr | |
51 | +RewriteRule (.*)-catalogs\/new\/?$ index.php?action=catalogs&rubID=$1&new=1&%{QUERY_STRING} [NC,L] | |
46 | 52 | |
47 | 53 | RewriteRule ^(ukr)\/(.*)-catalogs\/new\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&rubID=$2&new=1&page=$3&%{QUERY_STRING} [NC,L] |
48 | -RewriteRule ^(.*)-catalogs\/new\/page_([0-9]+).html\/?$ index.php?action=catalogs&rubID=$1&new=1&page=$2&%{QUERY_STRING} [NC,L] | |
54 | +RewriteCond %{REQUEST_URI} !^ukr | |
55 | +RewriteRule (.*)-catalogs\/new\/page_([0-9]+).html\/?$ index.php?action=catalogs&rubID=$1&new=1&page=$2&%{QUERY_STRING} [NC,L] | |
49 | 56 | |
50 | -RewriteRule ^(ukr)\/(.*)-catalogs\/new\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&page=$4&new=1&%{QUERY_STRING} | |
51 | -RewriteRule ^(.*)-catalogs\/new\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&page=$3&new=1&%{QUERY_STRING} | |
57 | +RewriteRule ^(ukr)\/(.*)-catalogs\/new\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&page=$4&new=1&%{QUERY_STRING} [L] | |
58 | +RewriteCond %{REQUEST_URI} !^ukr | |
59 | +RewriteRule (.*)-catalogs\/new\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&page=$3&new=1&%{QUERY_STRING} [L] | |
52 | 60 | |
53 | -RewriteRule ^(ukr)\/(.*)-catalogs\/new\/filter;(.*)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&new=1&%{QUERY_STRING} | |
54 | -RewriteRule ^(.*)-catalogs\/new\/filter;(.*)\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&new=1&%{QUERY_STRING} | |
61 | +RewriteRule ^(ukr)\/(.*)-catalogs\/new\/filter;(.*)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&new=1&%{QUERY_STRING} [L] | |
62 | +RewriteCond %{REQUEST_URI} !^ukr | |
63 | +RewriteRule (.*)-catalogs\/new\/filter;(.*)\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&new=1&%{QUERY_STRING} [L] | |
55 | 64 | |
56 | 65 | |
57 | 66 | RewriteRule ^(ukr)\/(.*)-catalogs\/top\/?$ index.php?lang=$1&action=catalogs&rubID=$2&top=1&%{QUERY_STRING} [NC,L] |
58 | -RewriteRule ^(.*)-catalogs\/top\/?$ index.php?action=catalogs&rubID=$1&top=1&%{QUERY_STRING} [NC,L] | |
67 | +RewriteCond %{REQUEST_URI} !^ukr | |
68 | +RewriteRule (.*)-catalogs\/top\/?$ index.php?action=catalogs&rubID=$1&top=1&%{QUERY_STRING} [NC,L] | |
59 | 69 | |
60 | -RewriteRule ^(ukr)\/(.*)-catalogs\/top\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&page=$4&top=1&%{QUERY_STRING} | |
61 | -RewriteRule ^(.*)-catalogs\/top\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&page=$3&top=1&%{QUERY_STRING} | |
70 | +RewriteRule ^(ukr)\/(.*)-catalogs\/top\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&page=$4&top=1&%{QUERY_STRING} [L] | |
71 | +RewriteCond %{REQUEST_URI} !^ukr | |
72 | +RewriteRule (.*)-catalogs\/top\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&page=$3&top=1&%{QUERY_STRING} [L] | |
62 | 73 | |
63 | -RewriteRule ^(ukr)\/(.*)-catalogs\/top\/filter;(.*)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&top=1&%{QUERY_STRING} | |
64 | -RewriteRule ^(.*)-catalogs\/top\/filter;(.*)\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&top=1&%{QUERY_STRING} | |
74 | +RewriteRule ^(ukr)\/(.*)-catalogs\/top\/filter;(.*)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&top=1&%{QUERY_STRING} [L] | |
75 | +RewriteCond %{REQUEST_URI} !^ukr | |
76 | +RewriteRule (.*)-catalogs\/top\/filter;(.*)\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&top=1&%{QUERY_STRING} [L] | |
65 | 77 | |
66 | -RewriteRule ^(ukr)\/(.*)-catalogs\/akcii\/filter;(.*)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&akciiID=1&%{QUERY_STRING} | |
67 | -RewriteRule ^(.*)-catalogs\/akcii\/filter;(.*)\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&akciiID=1&%{QUERY_STRING} | |
78 | +RewriteRule ^(ukr)\/(.*)-catalogs\/akcii\/filter;(.*)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&akciiID=1&%{QUERY_STRING} [L] | |
79 | +RewriteCond %{REQUEST_URI} !^ukr | |
80 | +RewriteRule (.*)-catalogs\/akcii\/filter;(.*)\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&akciiID=1&%{QUERY_STRING} [L] | |
68 | 81 | |
69 | 82 | RewriteRule ^(ukr)\/(.*)-catalogs\/akcii\/?$ index.php?lang=$1&action=catalogs&rubID=$2&akciiID=1&%{QUERY_STRING} [NC,L] |
70 | -RewriteRule ^(.*)-catalogs\/akcii\/?$ index.php?action=catalogs&rubID=$1&akciiID=1&%{QUERY_STRING} [NC,L] | |
71 | - | |
72 | -RewriteRule ^(ukr)\/(.*)-catalogs\/akcii\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&page=$4&akciiID=1&%{QUERY_STRING} | |
73 | -RewriteRule ^(.*)-catalogs\/akcii\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&page=$3&akciiID=1&%{QUERY_STRING} | |
83 | +RewriteCond %{REQUEST_URI} !^ukr | |
84 | +RewriteRule (.*)-catalogs\/akcii\/?$ index.php?action=catalogs&rubID=$1&akciiID=1&%{QUERY_STRING} [NC,L] | |
74 | 85 | |
75 | -RewriteRule ^(ukr)\/akcii\/filter;(.*)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&akciiID=1&%{QUERY_STRING} | |
76 | -RewriteRule ^akcii\/filter;(.*)\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&akciiID=1&%{QUERY_STRING} | |
86 | +RewriteRule ^(ukr)\/(.*)-catalogs\/akcii\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&page=$4&akciiID=1&%{QUERY_STRING} [L] | |
87 | +RewriteCond %{REQUEST_URI} !^ukr | |
88 | +RewriteRule (.*)-catalogs\/akcii\/filter;(.*)\/page_([0-9]+).html\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&page=$3&akciiID=1&%{QUERY_STRING} [L] | |
77 | 89 | |
90 | +RewriteRule ^(ukr)\/akcii\/filter;(.*)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&dataFilter=$3&akciiID=1&%{QUERY_STRING} [L] | |
91 | +RewriteRule ^akcii\/filter;(.*)\/?$ index.php?action=catalogs&rubID=$1&dataFilter=$2&akciiID=1&%{QUERY_STRING} [L] | |
78 | 92 | |
79 | -RewriteRule ^(ukr)\/catalogs\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&page=$2&%{QUERY_STRING} | |
80 | -RewriteRule ^catalogs\/page_([0-9]+).html\/?$ index.php?action=catalogs&page=$1&%{QUERY_STRING} | |
81 | 93 | |
82 | -RewriteRule ^(ukr)\/(.*)-catalogs\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&rubID=$2&page=$3&%{QUERY_STRING} | |
83 | -RewriteRule ^(.*)-catalogs\/page_([0-9]+).html\/?$ index.php?action=catalogs&rubID=$1&page=$2&%{QUERY_STRING} | |
94 | +RewriteRule ^(ukr)\/catalogs\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&page=$2&%{QUERY_STRING} [L] | |
95 | +RewriteRule ^catalogs\/page_([0-9]+).html\/?$ index.php?action=catalogs&page=$1&%{QUERY_STRING} [L] | |
84 | 96 | |
85 | -RewriteRule ^(ukr)\/(.*)-catalogs\/f([0-9]+)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&filterID=$3&%{QUERY_STRING} | |
86 | -RewriteRule ^(.*)-catalogs\/f([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&filterID=$2&%{QUERY_STRING} | |
97 | +RewriteRule ^(ukr)\/(.*)-catalogs\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&rubID=$2&page=$3&%{QUERY_STRING} [L] | |
98 | +RewriteCond %{REQUEST_URI} !^ukr | |
99 | +RewriteRule (.*)-catalogs\/page_([0-9]+).html\/?$ index.php?action=catalogs&rubID=$1&page=$2&%{QUERY_STRING} [L] | |
87 | 100 | |
88 | -RewriteRule ^(ukr)\/(.*)-catalogs\/y([0-9]+)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&yearID=$3&%{QUERY_STRING} | |
89 | -RewriteRule ^(.*)-catalogs\/y([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&yearID=$2&%{QUERY_STRING} | |
101 | +RewriteRule ^(ukr)\/(.*)-catalogs\/f([0-9]+)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&filterID=$3&%{QUERY_STRING} [L] | |
102 | +RewriteCond %{REQUEST_URI} !^ukr | |
103 | +RewriteRule (.*)-catalogs\/f([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&filterID=$2&%{QUERY_STRING} [L] | |
90 | 104 | |
91 | -RewriteRule ^(ukr)\/(.*)-catalogs\/sex([0-9]+)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&sex=$3&%{QUERY_STRING} | |
92 | -RewriteRule ^(.*)-catalogs\/sex([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&sex=$2&%{QUERY_STRING} | |
105 | +RewriteRule ^(ukr)\/(.*)-catalogs\/y([0-9]+)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&yearID=$3&%{QUERY_STRING} [L] | |
106 | +RewriteCond %{REQUEST_URI} !^ukr | |
107 | +RewriteRule (.*)-catalogs\/y([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&yearID=$2&%{QUERY_STRING} [L] | |
93 | 108 | |
94 | -RewriteRule ^(ukr)\/(.*)-catalogs\/([0-9]+)\/?$ index.php?lang=$1&action=catalogs&parent_rubID=$3&rubID=$2&%{QUERY_STRING} | |
95 | -RewriteRule ^(.*)-catalogs\/([0-9]+)\/?$ index.php?action=catalogs&parent_rubID=$2&rubID=$1&%{QUERY_STRING} | |
109 | +RewriteRule ^(ukr)\/(.*)-catalogs\/sex([0-9]+)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&sex=$3&%{QUERY_STRING} [L] | |
110 | +RewriteCond %{REQUEST_URI} !^ukr | |
111 | +RewriteRule (.*)-catalogs\/sex([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&sex=$2&%{QUERY_STRING} [L] | |
96 | 112 | |
97 | -RewriteRule ^(ukr)\/(.*)-catalogs\/collections\/([0-9]+)\/?$ index.php?lang=$1&action=catalogs&modAction=collections&parent_rubID=$3&rubID=$2&%{QUERY_STRING} | |
98 | -RewriteRule ^(.*)-catalogs\/collections\/([0-9]+)\/?$ index.php?action=catalogs&modAction=collections&parent_rubID=$2&rubID=$1&%{QUERY_STRING} | |
113 | +RewriteRule ^(ukr)\/(.*)-catalogs\/([0-9]+)\/?$ index.php?lang=$1&action=catalogs&parent_rubID=$3&rubID=$2&%{QUERY_STRING} [L] | |
114 | +RewriteCond %{REQUEST_URI} !^ukr | |
115 | +RewriteRule (.*)-catalogs\/([0-9]+)\/?$ index.php?action=catalogs&parent_rubID=$2&rubID=$1&%{QUERY_STRING} [L] | |
99 | 116 | |
100 | -RewriteRule ^(ukr)\/(.*)-catalogs\/([0-9]+)\/product_([0-9]+)\/?$ index.php?lang=$1&action=catalogs&parent_rubID=$3&rubID=$2&productID=$4&%{QUERY_STRING} | |
101 | -RewriteRule ^(.*)-catalogs\/([0-9]+)\/product_([0-9]+)\/?$ index.php?action=catalogs&parent_rubID=$2&rubID=$1&productID=$3&%{QUERY_STRING} | |
117 | +RewriteRule ^(ukr)\/(.*)-catalogs\/collections\/([0-9]+)\/?$ index.php?lang=$1&action=catalogs&modAction=collections&parent_rubID=$3&rubID=$2&%{QUERY_STRING} [L] | |
118 | +RewriteCond %{REQUEST_URI} !^ukr | |
119 | +RewriteRule (.*)-catalogs\/collections\/([0-9]+)\/?$ index.php?action=catalogs&modAction=collections&parent_rubID=$2&rubID=$1&%{QUERY_STRING} [L] | |
102 | 120 | |
103 | -RewriteRule ^(ukr)\/(.*)-catalogs\/([0-9]+)\/collection_([0-9]+)\/?$ index.php?lang=$1&action=catalogs&parent_rubID=$3&rubID=$2&collectionID=$4&%{QUERY_STRING} | |
104 | -RewriteRule ^(.*)-catalogs\/([0-9]+)\/collection_([0-9]+)\/?$ index.php?action=catalogs&parent_rubID=$2&rubID=$1&collectionID=$3&%{QUERY_STRING} | |
121 | +RewriteRule ^(ukr)\/(.*)-catalogs\/([0-9]+)\/product_([0-9]+)\/?$ index.php?lang=$1&action=catalogs&parent_rubID=$3&rubID=$2&productID=$4&%{QUERY_STRING} [L] | |
122 | +RewriteCond %{REQUEST_URI} !^ukr | |
123 | +RewriteRule (.*)-catalogs\/([0-9]+)\/product_([0-9]+)\/?$ index.php?action=catalogs&parent_rubID=$2&rubID=$1&productID=$3&%{QUERY_STRING} [L] | |
105 | 124 | |
106 | -RewriteRule ^(ukr)\/(.*)-catalogs\/(.*)-([0-9]+)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&productID2=$4&productID=$3&%{QUERY_STRING} | |
107 | -RewriteRule ^(.*)-catalogs\/(.*)-([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&productID2=$3&productID=$2&%{QUERY_STRING} | |
125 | +RewriteRule ^(ukr)\/(.*)-catalogs\/([0-9]+)\/collection_([0-9]+)\/?$ index.php?lang=$1&action=catalogs&parent_rubID=$3&rubID=$2&collectionID=$4&%{QUERY_STRING} [L] | |
126 | +RewriteCond %{REQUEST_URI} !^ukr | |
127 | +RewriteRule (.*)-catalogs\/([0-9]+)\/collection_([0-9]+)\/?$ index.php?action=catalogs&parent_rubID=$2&rubID=$1&collectionID=$3&%{QUERY_STRING} [L] | |
108 | 128 | |
129 | +RewriteRule ^(ukr)\/(.*)-catalogs\/(.*)-([0-9]+)\/?$ index.php?lang=$1&action=catalogs&rubID=$2&productID2=$4&productID=$3&%{QUERY_STRING} [L] | |
130 | +RewriteCond %{REQUEST_URI} !^ukr | |
131 | +RewriteRule (.*)-catalogs\/(.*)-([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&productID2=$3&productID=$2&%{QUERY_STRING} [L] | |
109 | 132 | |
110 | -RewriteRule ^(ukr)\/catalogs\/brends\/?$ index.php?lang=$1&action=catalogs&modAction=brends&%{QUERY_STRING} | |
111 | -RewriteRule ^(ukr)\/catalogs\/brend([0-9]+)\/?$ index.php?lang=$1&action=catalogs&brendID=$2%{QUERY_STRING} | |
112 | -RewriteRule ^(ukr)\/catalogs\/brends\/([^\/\.]+)\/?$ index.php?lang=$1&action=catalogs&modAction=brends&brend=$2&b=1&%{QUERY_STRING} | |
113 | -RewriteRule ^(ukr)\/catalogs\/brends\/([^\/\.]+)\/history\/?$ index.php?lang=$1&action=catalogs&modAction=brends&brend=$2&b=1&history=1&%{QUERY_STRING} | |
114 | -RewriteRule ^(ukr)\/catalogs\/brends\/([^\/\.]+)\/teh\/?$ index.php?lang=$1&action=catalogs&modAction=brends&brend=$2&b=1&teh=1&%{QUERY_STRING} | |
133 | +RewriteRule ^(ukr)\/catalogs\/brends\/?$ index.php?lang=$1&action=catalogs&modAction=brends&%{QUERY_STRING} [L] | |
134 | +RewriteRule ^(ukr)\/catalogs\/brend([0-9]+)\/?$ index.php?lang=$1&action=catalogs&brendID=$2%{QUERY_STRING} [L] | |
135 | +RewriteRule ^(ukr)\/catalogs\/brends\/([^\/\.]+)\/?$ index.php?lang=$1&action=catalogs&modAction=brends&brend=$2&b=1&%{QUERY_STRING} [L] | |
136 | +RewriteRule ^(ukr)\/catalogs\/brends\/([^\/\.]+)\/history\/?$ index.php?lang=$1&action=catalogs&modAction=brends&brend=$2&b=1&history=1&%{QUERY_STRING} [L] | |
137 | +RewriteRule ^(ukr)\/catalogs\/brends\/([^\/\.]+)\/teh\/?$ index.php?lang=$1&action=catalogs&modAction=brends&brend=$2&b=1&teh=1&%{QUERY_STRING} [L] | |
115 | 138 | |
116 | -RewriteRule ^(ukr)\/catalogs\/brends\/([^\/\.]+)\/products\/?$ index.php?lang=$1&action=catalogs&brend=$2&b=1&%{QUERY_STRING} | |
117 | -RewriteRule ^(ukr)\/catalogs\/brends\/([^\/\.]+)\/products\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&brend=$2&b=1&page=$3&%{QUERY_STRING} | |
139 | +RewriteRule ^(ukr)\/catalogs\/brends\/([^\/\.]+)\/products\/?$ index.php?lang=$1&action=catalogs&brend=$2&b=1&%{QUERY_STRING} [L] | |
140 | +RewriteRule ^(ukr)\/catalogs\/brends\/([^\/\.]+)\/products\/page_([0-9]+).html\/?$ index.php?lang=$1&action=catalogs&brend=$2&b=1&page=$3&%{QUERY_STRING} [L] | |
118 | 141 | |
119 | 142 | |
120 | 143 | RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /catalog\/index\.php\?SID=1&IBLOCK_ID=30&SECTION_ID=158\ HTTP/ |
... | ... | @@ -173,106 +196,106 @@ RewriteRule ^catalog\/index\.php$ http://%{HTTP_HOST}/catalogs/13542/? [R=301,L] |
173 | 196 | |
174 | 197 | |
175 | 198 | #RewriteRule ^akcii\/?$ index.php?action=catalogs&akcii=1&sort=cine&%{QUERY_STRING} |
176 | -RewriteRule ^(ukr)\/payment\/?$ index.php?lang=$1&action=payment&tpl=2&%{QUERY_STRING} | |
177 | -RewriteRule ^payment\/?$ index.php?action=payment&tpl=2&%{QUERY_STRING} | |
199 | +RewriteRule ^(ukr)\/payment\/?$ index.php?lang=$1&action=payment&tpl=2&%{QUERY_STRING} [L] | |
200 | +RewriteRule ^payment\/?$ index.php?action=payment&tpl=2&%{QUERY_STRING} [L] | |
178 | 201 | |
179 | -RewriteRule ^(ukr)\/payment\/([0-9]+)\/?$ index.php?lang=$1&action=payment&id=$2&tpl=2&navig=1&%{QUERY_STRING} | |
180 | -RewriteRule ^payment\/([0-9]+)\/?$ index.php?action=payment&id=$1&tpl=2&navig=1&%{QUERY_STRING} | |
202 | +RewriteRule ^(ukr)\/payment\/([0-9]+)\/?$ index.php?lang=$1&action=payment&id=$2&tpl=2&navig=1&%{QUERY_STRING} [L] | |
203 | +RewriteRule ^payment\/([0-9]+)\/?$ index.php?action=payment&id=$1&tpl=2&navig=1&%{QUERY_STRING} [L] | |
181 | 204 | |
182 | -RewriteRule ^(ukr)\/sitemap-catalog-([0-9]+)\/?$ index.php?lang=$1&action=sitemap&modAction=catalog&catID=$2&%{QUERY_STRING} | |
183 | -RewriteRule ^sitemap-catalog-([0-9]+)\/?$ index.php?action=sitemap&modAction=catalog&catID=$1&%{QUERY_STRING} | |
205 | +RewriteRule ^(ukr)\/sitemap-catalog-([0-9]+)\/?$ index.php?lang=$1&action=sitemap&modAction=catalog&catID=$2&%{QUERY_STRING} [L] | |
206 | +RewriteRule ^sitemap-catalog-([0-9]+)\/?$ index.php?action=sitemap&modAction=catalog&catID=$1&%{QUERY_STRING} [L] | |
184 | 207 | |
185 | -RewriteRule ^(ukr)\/sitemap-news\/?$ index.php?lang=$1&action=sitemap&modAction=news&%{QUERY_STRING} | |
186 | -RewriteRule ^sitemap-news\/?$ index.php?action=sitemap&modAction=news&%{QUERY_STRING} | |
208 | +RewriteRule ^(ukr)\/sitemap-news\/?$ index.php?lang=$1&action=sitemap&modAction=news&%{QUERY_STRING} [L] | |
209 | +RewriteRule ^sitemap-news\/?$ index.php?action=sitemap&modAction=news&%{QUERY_STRING} [L] | |
187 | 210 | |
188 | -RewriteRule ^(ukr)\/sitemap-articles\/?$ index.php?lang=$1&action=sitemap&modAction=articles&%{QUERY_STRING} | |
189 | -RewriteRule ^sitemap-articles\/?$ index.php?action=sitemap&modAction=articles&%{QUERY_STRING} | |
211 | +RewriteRule ^(ukr)\/sitemap-articles\/?$ index.php?lang=$1&action=sitemap&modAction=articles&%{QUERY_STRING} [L] | |
212 | +RewriteRule ^sitemap-articles\/?$ index.php?action=sitemap&modAction=articles&%{QUERY_STRING} [L] | |
190 | 213 | |
191 | -RewriteRule ^(ukr)\/([^\/\.]+)\/?$ index.php?lang=$1&action=$2&navig=1&%{QUERY_STRING} | |
192 | -RewriteRule ^([^\/\.]+)\/?$ index.php?action=$1&navig=1&%{QUERY_STRING} | |
214 | +RewriteRule ^(ukr)\/([^\/\.]+)\/?$ index.php?lang=$1&action=$2&navig=1&%{QUERY_STRING} [L] | |
215 | +RewriteRule ^([^\/\.]+)\/?$ index.php?action=$1&navig=1&%{QUERY_STRING} [L] | |
193 | 216 | |
194 | -RewriteRule ^question\/add\/?$ index.php?action=question&add&%{QUERY_STRING} | |
195 | -RewriteRule ^question\/([0-9]+)\/?$ index.php?action=question&id=$1&%{QUERY_STRING} | |
217 | +RewriteRule ^question\/add\/?$ index.php?action=question&add&%{QUERY_STRING} [L] | |
218 | +RewriteRule ^question\/([0-9]+)\/?$ index.php?action=question&id=$1&%{QUERY_STRING} [L] | |
196 | 219 | |
197 | 220 | RewriteRule ^catalogs\/([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&%{QUERY_STRING} [NC,L] |
198 | 221 | |
199 | -RewriteRule ^catalogs\/page_([0-9]+).html\/?$ index.php?action=catalogs&page=$1&%{QUERY_STRING} | |
200 | -RewriteRule ^catalogs\/([0-9]+)\/page_([0-9]+).html\/?$ index.php?action=catalogs&rubID=$1&page=$2&%{QUERY_STRING} | |
201 | -RewriteRule ^catalogs\/([0-9]+)\/f([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&filterID=$2&%{QUERY_STRING} | |
202 | -RewriteRule ^catalogs\/([0-9]+)\/y([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&yearID=$2&%{QUERY_STRING} | |
203 | -RewriteRule ^catalogs\/([0-9]+)\/sex([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&sex=$2&%{QUERY_STRING} | |
204 | -RewriteRule ^(ukr|ru)\/catalogs\/basket\/?$ index.php?lang=$1&action=catalogs&modAction=basket&%{QUERY_STRING} | |
205 | -RewriteRule ^catalogs\/basket\/?$ index.php?action=catalogs&modAction=basket&%{QUERY_STRING} | |
206 | -RewriteRule ^catalogs\/([0-9]+)\/([0-9]+)\/?$ index.php?action=catalogs&parent_rubID=$2&rubID=$1&%{QUERY_STRING} | |
207 | -RewriteRule ^catalogs\/collections\/([0-9]+)\/([0-9]+)\/?$ index.php?action=catalogs&modAction=collections&parent_rubID=$2&rubID=$1&%{QUERY_STRING} | |
208 | -RewriteRule ^catalogs\/([0-9]+)\/([0-9]+)\/product_([0-9]+)\/?$ index.php?action=catalogs&parent_rubID=$2&rubID=$1&productID=$3&%{QUERY_STRING} | |
209 | -RewriteRule ^catalogs\/([0-9]+)\/([0-9]+)\/collection_([0-9]+)\/?$ index.php?action=catalogs&parent_rubID=$2&rubID=$1&collectionID=$3&%{QUERY_STRING} | |
210 | -RewriteRule ^catalogs\/([0-9]+)\/t([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&productID=$2&%{QUERY_STRING} | |
211 | -RewriteRule ^catalogs\/reg\/?$ index.php?action=catalogs&modAction=reg&%{QUERY_STRING} | |
212 | -RewriteRule ^catalogs\/user_edit\/?$ index.php?action=catalogs&modAction=user_edit&%{QUERY_STRING} | |
213 | -RewriteRule ^catalogs\/nopsw\/?$ index.php?action=catalogs&modAction=nopsw&%{QUERY_STRING} | |
214 | -RewriteRule ^catalogs\/producers\/?$ index.php?action=catalogs&modAction=producers&%{QUERY_STRING} | |
215 | -RewriteRule ^catalogs\/brends\/?$ index.php?action=catalogs&modAction=brends&%{QUERY_STRING} | |
216 | -RewriteRule ^catalogs\/brend([0-9]+)\/?$ index.php?action=catalogs&brendID=$1%{QUERY_STRING} | |
217 | -RewriteRule ^catalogs\/brends\/([^\/\.]+)\/?$ index.php?action=catalogs&modAction=brends&brend=$1&b=1&%{QUERY_STRING} | |
218 | -RewriteRule ^catalogs\/brends\/([^\/\.]+)\/history\/?$ index.php?action=catalogs&modAction=brends&brend=$1&b=1&history=1&%{QUERY_STRING} | |
219 | -RewriteRule ^catalogs\/brends\/([^\/\.]+)\/teh\/?$ index.php?action=catalogs&modAction=brends&brend=$1&b=1&teh=1&%{QUERY_STRING} | |
222 | +RewriteRule ^catalogs\/page_([0-9]+).html\/?$ index.php?action=catalogs&page=$1&%{QUERY_STRING} [L] | |
223 | +RewriteRule ^catalogs\/([0-9]+)\/page_([0-9]+).html\/?$ index.php?action=catalogs&rubID=$1&page=$2&%{QUERY_STRING} [L] | |
224 | +RewriteRule ^catalogs\/([0-9]+)\/f([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&filterID=$2&%{QUERY_STRING} [L] | |
225 | +RewriteRule ^catalogs\/([0-9]+)\/y([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&yearID=$2&%{QUERY_STRING} [L] | |
226 | +RewriteRule ^catalogs\/([0-9]+)\/sex([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&sex=$2&%{QUERY_STRING} [L] | |
227 | +RewriteRule ^(ukr|ru)\/catalogs\/basket\/?$ index.php?lang=$1&action=catalogs&modAction=basket&%{QUERY_STRING} [L] | |
228 | +RewriteRule ^catalogs\/basket\/?$ index.php?action=catalogs&modAction=basket&%{QUERY_STRING} [L] | |
229 | +RewriteRule ^catalogs\/([0-9]+)\/([0-9]+)\/?$ index.php?action=catalogs&parent_rubID=$2&rubID=$1&%{QUERY_STRING} [L] | |
230 | +RewriteRule ^catalogs\/collections\/([0-9]+)\/([0-9]+)\/?$ index.php?action=catalogs&modAction=collections&parent_rubID=$2&rubID=$1&%{QUERY_STRING} [L] | |
231 | +RewriteRule ^catalogs\/([0-9]+)\/([0-9]+)\/product_([0-9]+)\/?$ index.php?action=catalogs&parent_rubID=$2&rubID=$1&productID=$3&%{QUERY_STRING} [L] | |
232 | +RewriteRule ^catalogs\/([0-9]+)\/([0-9]+)\/collection_([0-9]+)\/?$ index.php?action=catalogs&parent_rubID=$2&rubID=$1&collectionID=$3&%{QUERY_STRING} [L] | |
233 | +RewriteRule ^catalogs\/([0-9]+)\/t([0-9]+)\/?$ index.php?action=catalogs&rubID=$1&productID=$2&%{QUERY_STRING} [L] | |
234 | +RewriteRule ^catalogs\/reg\/?$ index.php?action=catalogs&modAction=reg&%{QUERY_STRING} [L] | |
235 | +RewriteRule ^catalogs\/user_edit\/?$ index.php?action=catalogs&modAction=user_edit&%{QUERY_STRING} [L] | |
236 | +RewriteRule ^catalogs\/nopsw\/?$ index.php?action=catalogs&modAction=nopsw&%{QUERY_STRING} [L] | |
237 | +RewriteRule ^catalogs\/producers\/?$ index.php?action=catalogs&modAction=producers&%{QUERY_STRING} [L] | |
238 | +RewriteRule ^catalogs\/brends\/?$ index.php?action=catalogs&modAction=brends&%{QUERY_STRING} [L] | |
239 | +RewriteRule ^catalogs\/brend([0-9]+)\/?$ index.php?action=catalogs&brendID=$1%{QUERY_STRING} [L] | |
240 | +RewriteRule ^catalogs\/brends\/([^\/\.]+)\/?$ index.php?action=catalogs&modAction=brends&brend=$1&b=1&%{QUERY_STRING} [L] | |
241 | +RewriteRule ^catalogs\/brends\/([^\/\.]+)\/history\/?$ index.php?action=catalogs&modAction=brends&brend=$1&b=1&history=1&%{QUERY_STRING} [L] | |
242 | +RewriteRule ^catalogs\/brends\/([^\/\.]+)\/teh\/?$ index.php?action=catalogs&modAction=brends&brend=$1&b=1&teh=1&%{QUERY_STRING} [L] | |
220 | 243 | |
221 | -RewriteRule ^catalogs\/brends\/([^\/\.]+)\/products\/?$ index.php?action=catalogs&brend=$1&b=1&%{QUERY_STRING} | |
222 | -RewriteRule ^catalogs\/brends\/([^\/\.]+)\/products\/page_([0-9]+).html\/?$ index.php?action=catalogs&brend=$1&b=1&page=$2&%{QUERY_STRING} | |
244 | +RewriteRule ^catalogs\/brends\/([^\/\.]+)\/products\/?$ index.php?action=catalogs&brend=$1&b=1&%{QUERY_STRING} [L] | |
245 | +RewriteRule ^catalogs\/brends\/([^\/\.]+)\/products\/page_([0-9]+).html\/?$ index.php?action=catalogs&brend=$1&b=1&page=$2&%{QUERY_STRING} [L] | |
223 | 246 | |
224 | -RewriteRule ^catalogs\/compare\/?$ index.php?action=catalogs&modAction=compare&%{QUERY_STRING} | |
247 | +RewriteRule ^catalogs\/compare\/?$ index.php?action=catalogs&modAction=compare&%{QUERY_STRING} [L] | |
225 | 248 | |
226 | -RewriteRule ^(ukr)\/articles\/page_([0-9]+).html\/?$ index.php?lang=$1&action=articles&page=$2&%{QUERY_STRING} | |
227 | -RewriteRule ^articles\/page_([0-9]+).html\/?$ index.php?action=articles&page=$1&%{QUERY_STRING} | |
249 | +RewriteRule ^(ukr)\/articles\/page_([0-9]+).html\/?$ index.php?lang=$1&action=articles&page=$2&%{QUERY_STRING} [L] | |
250 | +RewriteRule ^articles\/page_([0-9]+).html\/?$ index.php?action=articles&page=$1&%{QUERY_STRING} [L] | |
228 | 251 | |
229 | -RewriteRule ^(ukr)\/articles\/([0-9]+)\/?$ index.php?lang=$1&action=articles&id=$2&navig=1&%{QUERY_STRING} | |
230 | -RewriteRule ^articles\/([0-9]+)\/?$ index.php?action=articles&id=$1&navig=1&%{QUERY_STRING} | |
252 | +RewriteRule ^(ukr)\/articles\/([0-9]+)\/?$ index.php?lang=$1&action=articles&id=$2&navig=1&%{QUERY_STRING} [L] | |
253 | +RewriteRule ^articles\/([0-9]+)\/?$ index.php?action=articles&id=$1&navig=1&%{QUERY_STRING} [L] | |
231 | 254 | |
232 | -RewriteRule ^(ukr)\/articles\/([^\/\.]*)-([0-9]+)\/?$ index.php?lang=$1&action=articles&translit=$2&id=$3&navig=1&%{QUERY_STRING} | |
233 | -RewriteRule ^articles\/([^\/\.]+)-([0-9]+)\/?$ index.php?action=articles&translit=$1&id=$2&navig=1&%{QUERY_STRING} | |
255 | +RewriteRule ^(ukr)\/articles\/([^\/\.]*)-([0-9]+)\/?$ index.php?lang=$1&action=articles&translit=$2&id=$3&navig=1&%{QUERY_STRING} [L] | |
256 | +RewriteRule ^articles\/([^\/\.]+)-([0-9]+)\/?$ index.php?action=articles&translit=$1&id=$2&navig=1&%{QUERY_STRING} [L] | |
234 | 257 | |
235 | -RewriteRule ^(ukr)\/services\/page_([0-9]+).html\/?$ index.php?lang=$1&action=services&page=$2&%{QUERY_STRING} | |
236 | -RewriteRule ^services\/page_([0-9]+).html\/?$ index.php?action=services&page=$1&%{QUERY_STRING} | |
258 | +RewriteRule ^(ukr)\/services\/page_([0-9]+).html\/?$ index.php?lang=$1&action=services&page=$2&%{QUERY_STRING} [L] | |
259 | +RewriteRule ^services\/page_([0-9]+).html\/?$ index.php?action=services&page=$1&%{QUERY_STRING} [L] | |
237 | 260 | |
238 | -RewriteRule ^(ukr)\/services\/([0-9]+)\/?$ index.php?lang=$1&action=services&id=$2&navig=1&%{QUERY_STRING} | |
239 | -RewriteRule ^services\/([0-9]+)\/?$ index.php?action=services&id=$1&navig=1&%{QUERY_STRING} | |
261 | +RewriteRule ^(ukr)\/services\/([0-9]+)\/?$ index.php?lang=$1&action=services&id=$2&navig=1&%{QUERY_STRING} [L] | |
262 | +RewriteRule ^services\/([0-9]+)\/?$ index.php?action=services&id=$1&navig=1&%{QUERY_STRING} [L] | |
240 | 263 | |
241 | -RewriteRule ^(ukr)\/news\/page_([0-9]+).html\/?$ index.php?lang=$1&action=news&page=$2&%{QUERY_STRING} | |
242 | -RewriteRule ^news\/page_([0-9]+).html\/?$ index.php?action=news&page=$1&%{QUERY_STRING} | |
264 | +RewriteRule ^(ukr)\/news\/page_([0-9]+).html\/?$ index.php?lang=$1&action=news&page=$2&%{QUERY_STRING} [L] | |
265 | +RewriteRule ^news\/page_([0-9]+).html\/?$ index.php?action=news&page=$1&%{QUERY_STRING} [L] | |
243 | 266 | |
244 | -RewriteRule ^(ukr)\/news\/([0-9]+)\/?$ index.php?lang=$1&action=news&id=$2&navig=1&%{QUERY_STRING} | |
245 | -RewriteRule ^news\/([0-9]+)\/?$ index.php?action=news&id=$1&navig=1&%{QUERY_STRING} | |
267 | +RewriteRule ^(ukr)\/news\/([0-9]+)\/?$ index.php?lang=$1&action=news&id=$2&navig=1&%{QUERY_STRING} [L] | |
268 | +RewriteRule ^news\/([0-9]+)\/?$ index.php?action=news&id=$1&navig=1&%{QUERY_STRING} [L] | |
246 | 269 | |
247 | -RewriteRule ^(ukr)\/news\/([^\/\.]+)-([0-9]+)\/?$ index.php?lang=$1&action=news&translit=$2&id=$3&navig=1&%{QUERY_STRING} | |
248 | -RewriteRule ^news\/([^\/\.]+)-([0-9]+)\/?$ index.php?action=news&translit=$1&id=$2&navig=1&%{QUERY_STRING} | |
270 | +RewriteRule ^(ukr)\/news\/([^\/\.]+)-([0-9]+)\/?$ index.php?lang=$1&action=news&translit=$2&id=$3&navig=1&%{QUERY_STRING} [L] | |
271 | +RewriteRule ^news\/([^\/\.]+)-([0-9]+)\/?$ index.php?action=news&translit=$1&id=$2&navig=1&%{QUERY_STRING} [L] | |
249 | 272 | |
250 | -RewriteRule ^(ukr)\/training\/([0-9]+)\/?$ index.php?lang=$1&action=training&id=$2&navig=1&%{QUERY_STRING} | |
251 | -RewriteRule ^training\/([0-9]+)\/?$ index.php?action=training&id=$1&navig=1&%{QUERY_STRING} | |
273 | +RewriteRule ^(ukr)\/training\/([0-9]+)\/?$ index.php?lang=$1&action=training&id=$2&navig=1&%{QUERY_STRING} [L] | |
274 | +RewriteRule ^training\/([0-9]+)\/?$ index.php?action=training&id=$1&navig=1&%{QUERY_STRING} [L] | |
252 | 275 | |
253 | -RewriteRule ^(ukr)\/training\/page_([0-9]+).html\/?$ index.php?lang=$1&action=training&page=$2&%{QUERY_STRING} | |
254 | -RewriteRule ^training\/page_([0-9]+).html\/?$ index.php?action=training&page=$1&%{QUERY_STRING} | |
276 | +RewriteRule ^(ukr)\/training\/page_([0-9]+).html\/?$ index.php?lang=$1&action=training&page=$2&%{QUERY_STRING} [L] | |
277 | +RewriteRule ^training\/page_([0-9]+).html\/?$ index.php?action=training&page=$1&%{QUERY_STRING} [L] | |
255 | 278 | |
256 | -#RewriteRule ^akcii\/page_([0-9]+).html\/?$ index.php?action=catalogs&akcii=1&page=$1&%{QUERY_STRING} | |
257 | -RewriteRule ^(ukr)\/akcii\/([0-9]+)\/?$ index.php?lang=$1&action=akcii&id=$2&navig=1&%{QUERY_STRING} | |
258 | -RewriteRule ^akcii\/([0-9]+)\/?$ index.php?action=akcii&id=$1&navig=1&%{QUERY_STRING} | |
279 | +#RewriteRule ^akcii\/page_([0-9]+).html\/?$ index.php?action=catalogs&akcii=1&page=$1&%{QUERY_STRING} [L] | |
280 | +RewriteRule ^(ukr)\/akcii\/([0-9]+)\/?$ index.php?lang=$1&action=akcii&id=$2&navig=1&%{QUERY_STRING} [L] | |
281 | +RewriteRule ^akcii\/([0-9]+)\/?$ index.php?action=akcii&id=$1&navig=1&%{QUERY_STRING} [L] | |
259 | 282 | |
260 | -RewriteRule ^(ukr)\/reviews\/([0-9]+)\/?$ index.php?lang=$1&action=reviews&id=$2&navig=1&%{QUERY_STRING} | |
261 | -RewriteRule ^reviews\/([0-9]+)\/?$ index.php?action=reviews&id=$1&navig=1&%{QUERY_STRING} | |
283 | +RewriteRule ^(ukr)\/reviews\/([0-9]+)\/?$ index.php?lang=$1&action=reviews&id=$2&navig=1&%{QUERY_STRING} [L] | |
284 | +RewriteRule ^reviews\/([0-9]+)\/?$ index.php?action=reviews&id=$1&navig=1&%{QUERY_STRING} [L] | |
262 | 285 | |
263 | -RewriteRule ^(ukr)\/video\/page_([0-9]+).html\/?$ index.php?lang=$1&action=video&page=$2&%{QUERY_STRING} | |
264 | -RewriteRule ^video\/page_([0-9]+).html\/?$ index.php?action=video&page=$1&%{QUERY_STRING} | |
286 | +RewriteRule ^(ukr)\/video\/page_([0-9]+).html\/?$ index.php?lang=$1&action=video&page=$2&%{QUERY_STRING} [L] | |
287 | +RewriteRule ^video\/page_([0-9]+).html\/?$ index.php?action=video&page=$1&%{QUERY_STRING} [L] | |
265 | 288 | |
266 | -RewriteRule ^(ukr)\/video\/([0-9]+)\/?$ index.php?lang=$1&action=video&id=$2&navig=1&%{QUERY_STRING} | |
267 | -RewriteRule ^video\/([0-9]+)\/?$ index.php?action=video&id=$1&navig=1&%{QUERY_STRING} | |
289 | +RewriteRule ^(ukr)\/video\/([0-9]+)\/?$ index.php?lang=$1&action=video&id=$2&navig=1&%{QUERY_STRING} [L] | |
290 | +RewriteRule ^video\/([0-9]+)\/?$ index.php?action=video&id=$1&navig=1&%{QUERY_STRING} [L] | |
268 | 291 | |
269 | -RewriteRule ^(ukr)\/video\/([^\/\.]+)-([0-9]+)\/?$ index.php?lang=$1&action=video&translit=$2&id=$3&navig=1&%{QUERY_STRING} | |
270 | -RewriteRule ^video\/([^\/\.]+)-([0-9]+)\/?$ index.php?action=video&translit=$1&id=$2&navig=1&%{QUERY_STRING} | |
292 | +RewriteRule ^(ukr)\/video\/([^\/\.]+)-([0-9]+)\/?$ index.php?lang=$1&action=video&translit=$2&id=$3&navig=1&%{QUERY_STRING} [L] | |
293 | +RewriteRule ^video\/([^\/\.]+)-([0-9]+)\/?$ index.php?action=video&translit=$1&id=$2&navig=1&%{QUERY_STRING} [L] | |
271 | 294 | |
272 | -RewriteRule ^forum\/page_([0-9]+).html\/?$ index.php?action=forum&page=$1&%{QUERY_STRING} | |
295 | +RewriteRule ^forum\/page_([0-9]+).html\/?$ index.php?action=forum&page=$1&%{QUERY_STRING} [L] | |
273 | 296 | |
274 | -RewriteRule ^(uploaded\/pic\/catalogs\/products\/)a_(.+)$ img.php?prefix=a&src=$1$2 | |
275 | -RewriteRule ^(uploaded\/pic\/catalogs\/products\/)w_(.+)$ img.php?prefix=w&src=$1$2 | |
297 | +RewriteRule ^(uploaded\/pic\/catalogs\/products\/)a_(.+)$ img.php?prefix=a&src=$1$2 [L] | |
298 | +RewriteRule ^(uploaded\/pic\/catalogs\/products\/)w_(.+)$ img.php?prefix=w&src=$1$2 [L] | |
276 | 299 | |
277 | 300 | RewriteRule ^ukr/account/active(.*)$ /index.php [L,QSA] |
278 | 301 | RewriteRule ^ukr/account/panel(.*)$ /index.php [L,QSA] | ... | ... |