Verily I say unto thee, that Erik Jan spake thusly:
> [H]omer had de volgende lumineuze gedachte op 05-10-07 16:42:
>> http://slated.org/killbillsbrowser.html
>
> I am afraid this site does not recognize Firefox on Linux. I tried
> the site and was redirected to the Mozilla-firefox site. I already
> use firefox on Mandriva Linux and never changed the user agent......
Erm ... the only way you'd end up at Mozilla, is if you /clicked/ on the
image. This is the intended behaviour, since the page you are looking at
is not the front page to my site, it is what MSIE users are /redirected/
to. For (non-IE) access, simply go to <http://slated.org>.
FWIW, here's the code (PHP):
$userAgent=strtolower($_SERVER['HTTP_USER_AGENT']);
if(strstr($userAgent, 'msie'))
{
header("Location: http://slated.org/killbillsbrowser.html");
exit();
}
Brazenly copied from the infamous "Why Firefox is blocked" site (with
the obvious modification).
--
K.
http://slated.org
.----
| "OOXML is a superb standard"
| - GNU/Linux traitor, Miguel de Icaza.
`----
Fedora release 7 (Moonshine) on sky, running kernel 2.6.22.1-41.fc7
17:08:52 up 57 days, 16:03, 2 users, load average: 0.00, 0.01, 0.03
|
|