Try using:
<browser name="gecko" useragent="Gecko/20"/>
which should match only Gecko-based browsers, in place of these lines:
<browser name="mozilla5" useragent="Mozilla/5"/>
<browser name="mozilla5" useragent="Netscape6/"/>Gecko-based browsers will all report what build of Gecko they are using, so the matcher won't be confused by browsers that report themselves as "like Gecko."
On Sep 20, 2004, at 11:39 AM, Adrian Petru Dimulescu wrote:
On Monday 20 September 2004 15:40, Adrian Petru Dimulescu wrote:
Thanks a lot, it worked on my tests with Firefox and IE.
I see it doesn't work in Konqueror. Konqueror's default signature is
"Mozilla/5.0 (compatible; Konqueror/3.3; Linux) (KHTML, like Gecko)"
which makes it look like a Mozilla for Cocoon.
I guess that would be solved by adding
�<browser name="konqueror" useragent="KHTML"/>
right in front of BrowserSelector declarations in the root sitemap.xmap.
Regards, Adrian.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
