PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Troubleshooting (http://www.phpdig.net/forum/forumdisplay.php?f=22)
-   -   Doesn't index database (http://www.phpdig.net/forum/showthread.php?t=1724)

remc 01-09-2005 11:23 AM

Doesn't index database
 
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

Code:

// <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:


All times are GMT -8. The time now is 08:20 AM.

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