• dailyvideo

    (@dailyvideo)


    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)
  • Thread Starter dailyvideo

    (@dailyvideo)

    If it helps I think they turned off their SSL so maybe I can’t even do this from the htaccess as seen here:
    Instructions

    I tried some code in the functions.php file but that didn’t work either. See here:
    Instructions

Viewing 1 replies (of 1 total)
  • The topic ‘301 htaccess all https to http instead?’ is closed to new replies.