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