redirect http to https for some page in site in APACHE

Posted by Avinash on Stack Overflow See other posts from Stack Overflow or by Avinash
Published on 2010-03-23T06:37:32Z Indexed on 2010/03/23 6:43 UTC
Read the original article Hit count: 521

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about apache

Related posts about redirection