- Автор темы
- #1
Здравствуйте.
Как в htaccess указать редирект c www, http на Для просмотра ссылки Войдиили Зарегистрируйся.
Спасибо!
Как в htaccess указать редирект c www, http на Для просмотра ссылки Войди
Спасибо!
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature currently requires accessing the site using the built-in Safari browser.
не получаетсяпопробуйКод:RewriteEngine On RewriteCond %{HTTP} on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
Код:Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://site.ru/$1 [R=301,L]