Reshka
Новичок
- Сообщения
- 23
- Реакции
- 0
Помоги пожалуйста купил плагин ошибка не проподает пробовал давать доступ тут
AddDefaultCharset utf-8
RewriteBase /
Options All
Options -Indexes
Options +FollowSymLinks
RewriteEngine on
# Редирект c http на https:
# Вариант 1:
#RewriteCond %{SERVER_PORT} !^443$
#RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
# Вариант 2:
#RewriteCond %{HTTPS} =off
#RewriteCond %{REQUEST_URI} !^/statsx/.*$
#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [QSA,L]
# Вариант 3:
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} !^/statsx/.*$
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# Вариант 4:
#RewriteCond %{ENV:HTTPS} !on
#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} ^www.cs-reshka\.ru [NC]
RewriteRule ^(.*)$ http://cs-reshka.ru/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
<IfModule !mod_rewrite.c>
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
</IfModule>
<IfModule mod_rewrite.c>
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
</IfModule>
[Ссылка]
Ошибка | -= [RS] | PROJECT=- | BETA VERSION
http://cs-reshka.ru/$1
AddDefaultCharset utf-8
RewriteBase /
Options All
Options -Indexes
Options +FollowSymLinks
RewriteEngine on
# Редирект c http на https:
# Вариант 1:
#RewriteCond %{SERVER_PORT} !^443$
#RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
# Вариант 2:
#RewriteCond %{HTTPS} =off
#RewriteCond %{REQUEST_URI} !^/statsx/.*$
#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [QSA,L]
# Вариант 3:
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} !^/statsx/.*$
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# Вариант 4:
#RewriteCond %{ENV:HTTPS} !on
#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteCond %{HTTP_HOST} ^www.cs-reshka\.ru [NC]
RewriteRule ^(.*)$ http://cs-reshka.ru/$1 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
<IfModule !mod_rewrite.c>
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
</IfModule>
<IfModule mod_rewrite.c>
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]
</IfModule>
[Ссылка]
Ошибка | -= [RS] | PROJECT=- | BETA VERSION
http://cs-reshka.ru/$1