HTTPS Redirect for addon domains
Hi,
I have multiple addon domains but I can't get them to redirect to HTTPS .
What should I put in the .htaccess file?
Tried pretty much everything there is on Google on this topic.
Including this:
Also, I have cPanel V78, so I don't have the feature from V80 where I can force the https redirect. Thanks!
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]Also, I have cPanel V78, so I don't have the feature from V80 where I can force the https redirect. Thanks!
-
NVM, found the solution. Thanks! 0 -
I'm happy to hear you found the solution to the issue, what did you end up going with to get your domains to redirect to HTTPS? 0
Please sign in to leave a comment.
Comments
2 comments