A simple redirection using meta refresh in the html file would work....
<meta http-equiv="refresh"
content="1;url=http://www.foo.com/index.php?page=splash.html">
This isn't what I want since (I should probably have specified) the html files contain no headers. The header is generated by the php file.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php