PDA

View Full Version : PhpDig seems to only index one link per page


McVirusS
03-03-2005, 07:40 AM
I just installed PhpDig 1.8.7. I tried to index some sites and it seems to work fine. Except for one site; the one I actually want to index.

The URL of the homepage of this website is http://www.vastned.nl/0100_home.php?language=en. I tried to index several pages but only seems to find one link.

SITE : http://www.vastned.nl/
Exclude paths :
- @NONE@
1:http://www.vastned.nl/0100_home.php?language=en
(time : 00:00:07)
No link in temporary table

-------------------------------------------------------------------------

links found : 1
http://www.vastned.nl/0100_home.php?language=en
Optimizing tables...
Indexing complete !

I searched this forum but didn't find the solution for my problem.

This are the current values of the settings I tried to change:

PHPDIG_IN_DOMAIN = true
LIMIT_TO_DIRECTORY = false

Does anyone know the solution to my problem?

Charter
03-03-2005, 08:02 AM
Try using "Search depth" set to a large value, "Links per" set to zero, and choose the "No" option.

McVirusS
03-03-2005, 11:12 PM
I already tried to do that. That's a tip you give in almost every topic ;).

Charter
03-04-2005, 03:15 AM
Does vastned.nl reside on the same machine as PhpDig? If so, maybe you are running into this (http://www.phpdig.net/forum/showpost.php?p=1019&postcount=10) issue?

McVirusS
03-07-2005, 04:42 AM
Currently PHPDig is installed on a develop server and not on a live server. So I think that's not the solution.

McVirusS
03-11-2005, 12:52 AM
Any suggestions? I am kind of stuck.

Wayne McBryde
03-12-2005, 07:49 AM
McVirusS,

I don't know what Charter suggested but the site in question has it's links in javascript. PHPDIG can't follow javascript navagation. If this it your site, create a text based site map. Then reindex.

Charter
03-15-2005, 09:11 AM
Ah, yes, if the links are embedded in JavaScript, do as Wayne suggests. Thanks Wayne.