Problems with the Redirection Meta Tag
Hi,
We have a site whose index.html file has the following code.
<HTML>
<HEAD>
<meta http-equiv="refresh" content="0; url=http://www.ourtestsite.com/cgi-bin/ottgo.cgi?skel=index&site=com">
<TITLE></TITLE>
</HEAD>
<body>
</body>
</HTML>
Whenever we try to spider the site using the format www.ourtestsite.com, we get nothing because PhpDig doesn't seem to understand it has to go to the url above.
Any thoughts?
Thank you.
|