Re: [EMAIL PROTECTED] branched directives

2005-10-12 Thread Joshua Slive
On 10/12/05, Rasconi Luca (u.e.) <[EMAIL PROTECTED]> wrote: > Im configuring apache in a such way I can select the right error page > I tought something like > > BrowserMatch mozilla > errror_page=http://myhost.it/error_for_mozilla.html > > BrowserMatch dtv > errror_page=http://myhost.it/error_for

[EMAIL PROTECTED] branched directives

2005-10-12 Thread Rasconi Luca \(u.e.\)
Hi all, Im configuring apache in a such way I can select the right error page   if user_agent= mozilla then   ErrorDocument 404 http://myhost.it/error_for_mozilla.html Else if user_agent= dtv   ErrorDocument 404 http://myhost.it/error_for_mce.html Endif   I tought something like