View Single Post
Old 04-11-2005, 01:46 PM   #3
smirk
Former Member
 
Join Date: Apr 2005
Posts: 4
Thanks Chart, but the site I'm trying to index wasn't protected by an .htaccess file at the time I tried to index it. I tried it again. I unprotected the site, and asked PHPdig to start indexing from several different URIs. It had varying levels of success.

The problems that its having on my site is actually my secondary concern right now. As a first step, I'm just trying to understand why PHPdig is having trouble indexing the following HTML file below. It's pretty simple. It indexes just the page and doesn't follow any of the links. I get a a "No Link Found in Temporary Table" error whenever I try to index it.

Code:
<HTML>
<HEAD><TITLE>Social Wave Search Index Page</TITLE>
<meta name="ROBOTS" content="INDEX, FOLLOW">
</HEAD>
<BODY>
<TABLE BORDER='0' cellpadding='4'><TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1355">We all live in California now.  Gas avg. over $2/gal.</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1418">Review: Hyperlinked Web Services(Prof Svcs)</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1417">Review: Hyperlinked Web Services(Prof Svcs)</A>

<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1413">Groups: Social Groups User Guide</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1412">Calendar: Events Calendar Userguide</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1411">Email: Preventing Email Services from Marking Social Wave Email as Spam</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1410"> What is Social Wave?</A>

<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1405">Email Notifications</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1403">sadfsdf adsf</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1402">adfasdf sadf</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1382">Review: dfasd(Misc)</A>
<br /></TD></TR>

<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1381">Review: dsfdasf(Entertainment)</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1380">Review: SDAADSF(Dining)</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1379">Review: blue blue blue "(Phone/Data)</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1378">dfs d</A>
<br /></TD></TR>
<TR>

<A HREF="http://socialwave.net/forums/index.php?showtopic=1354">S.F. International Asian American Film Festival</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1344">Cinequest Film Festival</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=384">NHL Hockey Lockout Next Season?</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1352">Review: Wild Parrots of Telegraph Hill(Movies)</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1350">Better Business Bureau, Worth the $$$ to Join?</A>

<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=549">College Hockey</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1349">Review: Born into Brothels(Movies)</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1348">Review: Be Cool(Movies)</A>
<br /></TD></TR>
<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1339">Who has the Best Burgers in the South Bay?</A>
<br /></TD></TR>

<TR>
<A HREF="http://socialwave.net/forums/index.php?showtopic=1300">CSET Test Advice</A>
<br /></TD></TR>
</TABLE>
<br /><br /><br /></body>
</HTML>
smirk is offline   Reply With Quote