Skip to main content

Redirecttions after SSL certificate installation

Comments

4 comments

  • cPanelMichael
    Hello :) You could try an entry in the .htaccess file like this:
    RewriteEngine On RewriteCond %{HTTP_HOST} ^domain\.com [NC] RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://domain.com/$1 [R,L]
    Thank you.
    0
  • Hagai Shaul
    Hi Michael Thanks very much. Yorks great :) [COLOR="silver">- - - Updated - - - Hi I had a mistake. I think it happend because of a cache in the browser. I tried to do it and I received the same error.
    0
  • Hagai Shaul
    To be more precise - The error is: The webpage at
    0
  • cPanelMichael
    Do you have any other redirects or .htaccess rules configured in the public_html directory or any other subdirectory? Thank you.
    0

Please sign in to leave a comment.