• Hello i have installed ssl on my site and but when i checked header its showing 302 redirect which is a bad sign and should be resolved as soon as possible.. Please help me my htaccess code is

    # 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]
    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.hostbigspace.com/$1 [R,L]
    </IfModule>
    # END WordPress

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Redirects to 302 instead of 301 after installing ssl’ is closed to new replies.