I have a website with a store section and I have never worked with httpd or htaccess or whatnot.
How would I make it so anything under the http://www.mysite.com/store/ directory automatically redirects to https://... , while any other directory automatically redirects to http?
For example, if customer were to type in http://www.mysite.com/store/cart.php, it would automatically redirect to "http s://www.mysite.com/store/cart.php". If customer typed in "https://www.mysite.com/" it would redirect to "http://www.mysite.com/".
Thanks for any suggestions! Much appreciated.
|