PDA

View Full Version : Problem with Indexing Querystrings


vonbrocklin
11-23-2003, 11:51 AM
Hello:

I am currently working on a port of phpDig for mambo open source. So far so good, except when it spiders my site it is stripping off the file name before the query string.

index.php?option=com_whatever

gets indexed as:

?option=com_whatever

Does phpDig have trouble with querystrings in the URL? I haven't started messing with the admin side yet, but I suppose I could have messed something up in a config file or something. Any ideas?

Charter
11-23-2003, 12:12 PM
Hi. Does setting PHPDIG_DEFAULT_INDEX to false change this behavior?

vonbrocklin
11-23-2003, 12:36 PM
Bingo. Thanks a lot. I was hoping it would be something simple.