"NotGiven" <noname.TakeThisOut@nonegiven.net> wrote in message
news:8Hnwb.37401$ow5.17586@bignews2.bellsouth.net...
> I do not have an SSL cert on my shared hosting account. Does this
directive
> assume I do?
This directive tell Apache not to serve it unless it is over HTTPS, it
doesn't matter what certificate you are using, as long as Apache reads this
config and honors it, then this directory will never be served over plain
HTTP.
If you do this in httpd.conf (which I'm assuming you aren't) you should be
sure to use it in a directory block, not a location block, since in your
configuration the page can be accessed from at least two different
locations.
Richard.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: can I use .htaccess to force users to use SSL to connect t..