PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Troubleshooting (http://www.phpdig.net/forum/forumdisplay.php?f=22)
-   -   Problems with the Redirection Meta Tag (http://www.phpdig.net/forum/showthread.php?t=663)

francov 03-14-2004 08:28 PM

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.

Charter 03-14-2004 08:58 PM

Hi. Try removing the space in

content="0; url=

or search the robot_functions.php for

content=['\"][0-9]+;url[[:blank:]]

and add a [[:blank:]]*

francov 03-17-2004 06:25 PM

Perfect. That was it. It worked great. Thanks for the prompt reply.


All times are GMT -8. The time now is 08:13 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.