Hello,
Pardon my ignorance... I am but a beginner with Apache.
I added the following to my .htaccess within my SSL virtual hosts root:
<IfModule mod_ssl.c>
SSLRequireSSL
</IfModule>
Problem is it gives a 403 error if you try to access without SSL. (Probably the way SSLRequireSSL is supposed to work. Can I force
a redirect to https within my .htaccess without the unnecessary 403 error?
Thanks!