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