my one website is on https and all other websites on non-https means http if i visit any pages of http website with https it is redirect to https website
i am using WHM version 11.50.6 and Server OS is CentOS 6.8
my one website is on https and all other websites on non-https means http if i visit any pages of http website with https it is redirect to https website
i am using WHM version 11.50.6 and Server OS is CentOS 6.8
2
Answers
Redirecting HTTP to HTTPS is set by rewrite rules specified in your htaccess file/server settings. I believe what would have happened in your case is, the rewrite rule has been set to match any URL.
If you want to deny access while accessing from other domains use
order allow,deny