I have a website:
[
www.artmuseumarea.com]
that has a redirect in its index.html file. So rather than loading www.artmuseumarea.com/index.html, that page actually redirects to:
www.artmuseumarea.com/cgi-bin/index.cgi
This works fine in Firefox and Internet Explorer (I'm on a PC at work), but doesn't work in Safari or Chrome.
I believe this is the same behavior seen on my Mac at home.
Any idea what the deal is?
Here's what I use for the redirect:
<meta http-equiv=Refresh Content="0 url=http://www.artmuseumarea.com/cgi-bin/index.cgi">
[
www.zeemaps.com]