We are using CISCO hardware load balancer for enforcing SSL(https). Now i need to force some url always to http and all other url to https.
for ex encrypt_no_need.php always need to be http i.e if user try to load with
https://server.com/encrypt_no_need.php this need to forced to load as
http://server.com/encrypt_no_need.php
and all other pages directly opposite to this..(all the time on https)
How to do this? and where to control this ?