One other thing to consider is the Rewrite rules you can put in httpd.conf

RewriteEngine On
# Force to https
RewriteCond %{SERVER_PORT} ^443$
RewriteRule ^/admin.php         https://yourhostname/$1 [L,R]
#

Reply via email to