
6 Mar
2012
6 Mar
'12
8:39 a.m.
For Apache you can use mod_rewrite to redirect the query using HTTPS, that
way the user won't notice and everything will be silently converted to
HTTPS without them having to retype the URL again.
# edit httpd.conf and unhash
NameVirtualHost *:80
# then add in