On Wed, 3 Sep 2008 10:41:07 -0600, Mark Post wrote:
>
>As David Cebell indicated, if you put the /index.html on the end of the fully
>qualified domain name, it should work just fine. I looked at the source of
>the page that gets brought up when you don't do that. It seems like an
>unnecessarily complicated way to change the URL to include the /index.html.
>They're running Apache, so they should be able to make the vhost stuff work
>without the javascript.
>
>Also, it appears that the automatic redirect they've coded is malformed:
><meta http-equiv="refresh" content="4" url="index.html">
>Should most likely instead be:
><meta http-equiv="refresh" content="4; url=index.html">
>
I believe the most compatible way to do this is with a
"301 moved permanently" status response. Why mess with
META; in a Javascript, to boot?
http://www.isi.edu/in-notes/rfc1945.txt
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html