View Single Post
Old 07-22-2004, 04:37 AM   #1
ZoRaC
Green Mole
 
Join Date: Jul 2004
Location: Steinkjer, Norway
Posts: 11
Looping when indexing

Hi!

I installed phpdig today and was going to use it to index my dynamic web-site. I bumped into a problem.

The site is structured like this: http://www.domain.com/news/index.php contains a list of news, 10 displayed on each page, and a link to read the news like this:
http://www.domain.com/news/index.php?id=123

There is also a link for prew/next page of news on the top and bottom of the page. (http://www.domain.com/news/index.php?start=10)

The problem is that when indexing it indexes like this:
http://www.domain.com/news/index.php?start=10
http://www.domain.com/news/index.php?start=10start=10
http://www.domain.com/news/index.php...art=10start=10

And:
http://www.domain.com/news/index.php?id=123
http://www.domain.com/news/index.php?id=123id=123

This seems like an infinite loop...

Any suggestions on how to solve this?
I've been trying different settings with "links per page" and "depth", but no luck.

Thanks in advance!
ZoRaC is offline   Reply With Quote