On Wed, Sep 17, 2008 at 4:02 PM, André Warnier <[EMAIL PROTECTED]> wrote:
>> (you can do the latter via your regex, but it's usually simpler to
>> guard it the other way)
>>
>>
> RewriteRule !^/maintenance\.html$  /maintenance.html [R=302,NC,L]

It quickly gets unamangeable as you need to add captures (putting you
into the realm of lookahead/lookbehind) and 2nd/3rd/4th escape hatches

-- 
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to