Using htaccess, I want to be able to ensure that someone is using https when they are hitting any page in a directory.
There must be a way to do this in htaccess, but I havent been able to figure it out.
example:
someone hits this page:
http://www.mysite.com/foo/test.html
they are redirected to
https://www.mysite.com/foo/test.html
Anyone know how to write the htaccess file?
Thanks