Hey Oscar,
The User_Agent that is inside the HTTP header is the refference to which
browser the req is coming from.It depends on which web server you are using
but with APACHE for example you activate hte RewriteEngine a line like
this(in the httpd.conf):
RewriteCond %{HTTP_USER_AGENT} ^Mozilla.*(could be ^.*Mozilla.*)
RewriteRule ^/$ http://xxx.xxx.xxx/...
and that's it
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html