I want to strip out the session part of the url then 301 redirect it to the no session URL, for example
I have:
Code:
/gallery/browseimages.php?c=81&userid=
I need to tell robots somehow to drop that last portion
and just index
Code:
/gallery/browseimages.php?c=81
Is this even possible?