> RewriteRule .* http://%{HTTP_HOST}%{REQUEST_URI} [R,L]
>
> Kind regards
> 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
_HOST}%{REQUEST_URI} [R,L]
> RewriteRule /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]
>
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 match