Skip to main content

How to control https

Comments

6 comments

  • Dennis Moore
    was trying to use my-domain dot com as an example, but guess it's not the best choice. I have nothing to do with consolidated armor products
    0
  • Infopro
    Sorted that for you. ;)
    0
  • cPanelMichael
    Hello :) You will need to use custom Mod_Rewrite rules in your .htaccess file if you want certain http requests redirected to https. You may want to post on a forum such as StackOverflow for specific guidance on what type of custom rules you could implement. Thank you.
    0
  • Dennis Moore
    What does that mean, It'll never work? Ok how about for an standard user of cpanel, how do you setup https?
    0
  • Dennis Moore
    ok well for anyone else experiencing strangeness applying https, the following does work to apply https to the entire site. My issue was with the application cache not cpanel.
    RewriteEngine On RewriteBase / RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]
    0
  • cPanelMichael
    I am happy to see the issue is now resolved. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.