I am currently developping a site in which users have to log on using a userid/password. I would like these informations to be sent in a secure way to my web server. So I have configured apache 2.x so that he can respond to https requests.
My problem is that once these informations have been sent to the servers, I would like the user to use http protocol instead of https. But actually, the user does use https all the time. This is due to the fact that I am using relative urls (which is better I believe).
In fact my site does contain sections for which secured access is required and some other for which it is not necessary to encrypt data. I would like to know how I should proceed to force access to section in https and force access to ther section of my site in http.
Can somebody help me ?
Regards,
R.