Hallo Dave,
Du könntest an den Anfang der index.php folgendes schreiben:
if (stristr('index.php', $_SERVER['REQUST_URI']) !== false)
header('Location: http://'.$_SERVER['HTTP_HOST'].str_replace('index.php','',$_SERVER['REQUEST_URI']));
Oder mod_rewrite verwenden, das ist vermutlich eleganter.
Gruß
Alexander Brock
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }