Skip to main content

Problem switching from HTTPS to HTTP

Comments

3 comments

  • cPanelMichael
    Hello :) Check to see if there are any .htaccess files within the account (e.g. /home/$username/public_html). It's possible a redirect rule is configured in the .htaccess file that's directing requests to "https". Thank you.
    0
  • libero4ever

    RewriteEngine on RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC] RewriteCond %{HTTP_HOST} ^mydomine\.it$ [OR] RewriteCond %{HTTP_HOST} ^www\mydomine\.it$ RewriteRule ^/?$ "http\:\/\/www\.mydomnice\.it\/index\.php" [R=301,L]
    hi, this is the code contained in the file, where is the problem ? Thank you
    0
  • cPanelMichael
    To clarify, are you automatically redirect to the secure version of the website when entering "http" in your browser address bar? Is the script configured to use "https" in any of it's configuration files (e.g. try reproducing the issue with a static HTML page). Thank you.
    0

Please sign in to leave a comment.