ChocolateLover
Programmer
Can anyone tell me what the rewrite rule for this would be please.
I want to redirect for example
chocolate_scented.html?sid=ee1bfaad296af98940af4448b5fa6b7f
to
chocolate_scented.html
but chocolate_scented.html could be any page name, in other words get rid of sid.
So
*.html?sid=*
redirects to
*.html
Any help would be appreciated.
Thanks.
I want to redirect for example
chocolate_scented.html?sid=ee1bfaad296af98940af4448b5fa6b7f
to
chocolate_scented.html
but chocolate_scented.html could be any page name, in other words get rid of sid.
So
*.html?sid=*
redirects to
*.html
Any help would be appreciated.
Thanks.