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_mce.html
>
> ErorDocument 404 $error_page

You need to use mod_rewrite.  See "Browser Dependent Content" under
http://httpd.apache.org/docs/2.0/misc/rewriteguide.html

Joshua.

---------------------------------------------------------------------
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