Hi fellow enhance users. What are some of your methods to prevent IP browsing of your enhance web servers?
Untrusted SSL Certificate + HTTP does not redirect to HTTPS
Please share some of your methods. Thanks!
Did you try .htaccess?
Something like that:
RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}