Answer the question
In order to leave comments, you need to log in
How to set up a redirect to https in WordPress?
Current broken .htaccess
# BEGIN WordPress
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
RewriteBase /
RewriteRule ^index\. php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
The site itself teamprospect.ru
Answer the question
In order to leave comments, you need to log in
The problem was caused by unknown problems on reg.ru hosting, due to which .htaccess did not work at all for more than a day
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question