301 htaccess all https to http instead?
-
I’ve tried pasting in code from several sites to make all traffic going to https:// go to https:// and it’s not working. Here is the existing htaccess file. Would you help? Thanks!
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘301 htaccess all https to http instead?’ is closed to new replies.