|
03-14-2004, 08:28 PM | #1 |
Green Mole
Join Date: Mar 2004
Posts: 2
|
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. |
03-14-2004, 08:58 PM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
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:]]*
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
03-17-2004, 06:25 PM | #3 |
Green Mole
Join Date: Mar 2004
Posts: 2
|
Perfect. That was it. It worked great. Thanks for the prompt reply.
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to edit/change existing & static html meta tag? | parikh13 | How-to Forum | 0 | 02-13-2008 02:16 AM |
Duplications of Title and Meta Tag Info | mokele | Troubleshooting | 1 | 03-24-2006 11:15 AM |
Description meta tag field in results | flyingtwig | How-to Forum | 3 | 08-09-2004 07:58 AM |
altering meta tag content | wessam | How-to Forum | 1 | 08-04-2004 01:34 PM |
Can phpDig use only the Meta Description Tag | JuarezTourGuide | How-to Forum | 2 | 05-10-2004 03:54 PM |