Skip to main content

Change domain links in WHM to https instead of http

Comments

2 comments

  • cPRex Jurassic Moderator
    Hey there! That's a good question, although there is not a way to adjust that. Normally the https link is handled with redirection at the site level so the direct link wouldn't matter, but this would be a great feature request to get submitted using the link in my signature.
    0
  • GoWilkes
    One option, if it's appropriate... you can force all of the sites on your server to use HTTPS, then when you click on the non-HTTPS link it would redirect automatically. I accomplished this by creating ssl.conf at: /etc/apache2/conf.d/userdata RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    0

Please sign in to leave a comment.