redirect http to https for some page in site in APACHE
- by Avinash
Hi
I want to one of my site's page will use only HTTPS.
i have given manually link to all sites to https.
But i want that if user manually types that page url with http then it should be redirected to https page.
So
if user types.
http://mydomain.com/application.php
then it should be redirected to
https://mydomain.com/application.php
Thanks
Avinash