I found this problem while I was trying to make submissions to Digg work from the social bookmarking links:
This is what my apache log kicked out when attempting to submit the same thread to Digg:
BTW - This forum keeps ripping out the "s equals sessionkeystring" so I'm going to write it out that way so you can see.
With 301s enabled:
Code:
"HEAD /forums/showthread.php/new-fourms-31409.html HTTP/1.1" 301
"HEAD /forums/showthread.php/new-fourms-31409.html?s_equals_sessionkeystring&%3B HTTP/1.1" 301
"HEAD /forums/showthread.php/new-fourms-31409.html?s_equals_sessionkeystring&%3Bs_equals_sessionkeystring&%3B HTTP/1.1" 301
With disabled:
Code:
"HEAD /forums/showthread.php/new-fourms-31409.html HTTP/1.1" 200
"GET /forums/showthread.php/new-fourms-31409.html HTTP/1.1" 200
So it appears to be getting hung up on the session key somehow? My instinct says that there is some extra parseurl in there somewhere which is screwing it up.