View Single Post
Old 11-23-2003, 11:51 AM   #1
vonbrocklin
Green Mole
 
Join Date: Sep 2003
Posts: 5
Problem with Indexing Querystrings

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?
vonbrocklin is offline   Reply With Quote