Forum Moderators: bakedjake
/foo/?section=blah&sub=misc
it was actually
/foo/?section=blah&sub=misc
The problem is that the latter URL isn't going to show the same page as the former since PHP discards everything after "blah" in the malformed URL. The same link in Google, for the same keywords, comes up correctly in the SERPS. I only recently started encoding my ampersands in my HTML.
Is this a problem on my end, or AOL's?
The only suggestion I'd have is using mod_rewrite if you are on an apache server with that installed, I understand there are options for IIS too, but I'm not familiar with those myself. :)