https://issues.apache.org/bugzilla/show_bug.cgi?id=45801





--- Comment #2 from Ruediger Pluem <[EMAIL PROTECTED]>  2008-09-13 14:11:34 PST 
---
(In reply to comment #1)
> This cannot work due to the order how both access checks are processed. The IP
> address check comes first and if it fails the SSL requirements will not be
> checked anymore. Thus no redirect happens.
> Try the following:
> 
> RewriteCond %{HTTPS} =Off
> RewriteRule ^/opendb($|/.*) https://yourserver.com/opendb$1

My fault. It needs to be

RewriteRule ^/opendb($|/.*) https://yourserver.com/opendb$1 [R,L]

of course.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to