- To: <slug@xxxxxxxxxxx>
- Subject: [SLUG] forcing Apache to provide a single secure page
- From: "Ricky" <rceng@xxxxxxxxxxx>
- Date: Tue, 18 Apr 2006 17:46:35 +1000
Hi All
Is there a way to force user to use (or redirect to) https for a single page
only, eg. I don't need https://www.domain.com for the whole site.
For example, https://www.domain.com/privacy_form.htm (1 page only)
when user type in "http....", and Apache force it to "https://......"
When the secure form arrives at the server, I don't want the data sitting on
the server. Is there a way to immediately forward it to a secure server or
even directly to an email address.
assuming mod_ssl is configured properly
Thanks
R