Answer the question
In order to leave comments, you need to log in
How to set up redirect from https to http in .htaccess?
A certificate is connected to the site on CMS Wordpress. The certificate was connected for Yandex Checkout to work.
Not all pages on https work correctly, for this reason I want to set up a redirect to most of the pages through htaccess.
How to set up a redirect from all pages of the site from https to http and leave a few without a redirect, or vice versa set up redirects to specific pages?
Now the htaccess file looks like this:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question