PDA

View Full Version : Doesn't index database


remc
01-09-2005, 11:23 AM
Hi, I've just installed phpdig and everything seems to be fine, except that when I try to index my site, it only finds one link (the link to the homepage). I am using mambo, and all my content sits inside of a database. Any ideas? Thanks

Charter
01-09-2005, 11:26 AM
http://www.phpdig.net/navigation.php?action=doc#toc2

remc
01-09-2005, 11:43 AM
Okay, so I understand that phpdig works by following links. Now, the question is, does it pass parameters through links as well? Mambo works by sending all content to the index.php page, with variables passed in the link (i.e. index.php?option=com_content&task=view&id=80&Itemid=58), which is processed and displayed accordingly. On the main page that I'm trying to index, there are several menus with links to different areas of the site, all with base url http://mysite/index.php and the accompanying variables. It doesnt' seem to me that phpdig is storing these? Thanks

Charter
01-09-2005, 11:56 AM
4.3. Configuring robot and engine (http://www.phpdig.net/navigation.php?action=doc#toc4)


// <base href="http://mamboserver.com/" />

define('PHPDIG_IN_DOMAIN',false); //allows phpdig jump hosts in the same
//domain. If the host is "www.mydomain.tld",
//domain is "mydomain.tld"

If you set PHPDIG_IN_DOMAIN to true, does it index? :confused: