Yes, please do that - send everything with "AmigaOS" and "Mozilla" in it to the proxy, that will work out just GREAT! :roflmao:
I meant that's how you can generally tell an amigaos browser spoofing something else. I wasn't suggesting the main site should redirect users to the proxy. If people want to use it, they can just use it.
Which reminds me, time to start bouncing out the non amiga browsers. I just checked the stats and, somewhat inevitably, most of the visitors were using IE/Windows.
I should just time them out, wasting my bandwidth like that

It's pretty lame, but:
if (!preg_match('@amiga|morphos|aros|linux@i', $_SERVER['HTTP_USER_AGENT'])) {
header('Location: http://amiga.org/' . $_SERVER['REQUEST_URI']);
die();
}