how can I configure apache httpd 2.x to force ssl when a certain URL is called ? For instance, let http://www.mycompany.com be plain-text by default, except when a user opens http://www.mycompany.com/secure (and anything below) it forces https://www.mycompany.com/secure.
Thanks
You can use mod_rewrite to do this:
You should enable
mod_rewrite
and add the following to your Apache config: