We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b4168 commit 26d59d3Copy full SHA for 26d59d3
frontend/web/.htaccess
@@ -15,18 +15,12 @@ php_value error_reporting 2039
15
RewriteEngine On
16
17
# редиррект для seo
18
- RewriteCond %{HTTP_HOST} ^www.jhanway.ru
19
- RewriteRule (.*) http://jhanway.ru/$1 [R=301,L]
20
-
21
- RewriteCond %{HTTP_HOST} ^www.jhanway.com
22
23
24
- RewriteCond %{HTTP_HOST} ^jhanway.com
25
+ RewriteCond %{HTTP_HOST} ^www.demo.ru
+ RewriteRule (.*) http://demo.ru/$1 [R=301,L]
26
27
# Если это папка или файл, открываем её/его
28
RewriteCond %{REQUEST_FILENAME} !-f
29
RewriteCond %{REQUEST_FILENAME} !-d
30
# В противном случае перенаправляем на index.php
31
RewriteRule . index.php
32
-</IfModule>
+</IfModule>
0 commit comments