Hello,
I am new to this topic but I have been battling with a redirect for some and quite frankly Im out of ideas.
I have a website and I wold like to permanently redirect some pages but I think Im having problems with the syntax.
I would like to redirect a few pages of the following format:
[
mysite...] -> [
mysite...]
without the ?i3 part.
here is what I have so far in the .htaccess:
RewriteEngine on
RewriteRule ^page1\.html([^&])$ page1.html [R=301]
I have tried quite a few versions of this, but nothing seems to work!
Please please help! What am i doing wrong?
Thank you in advance for your help!