How to use SSL for some pages and not for others?
- by solid
We are building an application where we want anything the following to be SSL:
secure.ourapp.com - all pages must be SSL (can this be done with a Vhost in apache?)
www.ourapp.com/signup - SSL
www.ourapp.com/login - SSL
www.ourapp.com/information - NOT SSL
So my question is: can you put SSL on some pages and not on others? Or does it only work on a per-subdomain basis?
thanks a lot for helping me out