Re: [us...@httpd] mod_rewrite/mod_ssl questions

2010-05-28 Thread Beto Limoun
Reinhard On 21/05/10 22:58, Beto Limoun wrote: Hello group, I am working on the mod_ssl configuration on a website and trying to achieve following: When a user accesses a page posting sensitive data to the server, the page should be accessed in httpS mode. What I am doing to achieve

Re: [us...@httpd] mod_rewrite/mod_ssl questions

2010-05-22 Thread Beto Limoun
/subscription https://%{HTTP_HOST}%{REQUEST_URI} [R,L] RewriteRule /login https://%{HTTP_HOST}%{REQUEST_URI} [R,L] #[2] For all other pages, if in https mode, serve the page in http mode. RewriteRule .* http://%{HTTP_HOST}%{REQUEST_URI} [R,L] Kind regards Reinhard On 21/05/10 22:58, Beto

[us...@httpd] mod_rewrite/mod_ssl questions

2010-05-21 Thread Beto Limoun
Hello group, I am working on the mod_ssl configuration on a website and trying to achieve following: When a user accesses a page posting sensitive data to the server, the page should be accessed in httpS mode. What I am doing to achieve this is that I have a set of rewrite rules that will