PATH_INFO
I updated this site to use the PATH_INFO environment variable for displaying individual entries. So now search engines like google should index the individual entries (which are static) correctly. Maybe I can get some more hits on some of my content.
Not indexed: http://www.foo.com/index.php?name=scott&age=22&color=red
Indexed: http://www.foo.com/index.php/name,scott,age,22,color,red
Not indexed: http://www.foo.com/index.php?name=scott&age=22&color=red
Indexed: http://www.foo.com/index.php/name,scott,age,22,color,red