.Htaccess: failed 301 Redirect on DYNAMIC page
-
I wish to redirect from:
https://www.gallbladderdetox.com/gall-bladder-surgery?fb_xd_fragment=
to
https://www.gallbladderdetox.com/gall-bladder-surgeryThe first page attempts to go to the second url, at which point you can see it for a fraction of a second, but returns to a blank page with the same URL.
I modified the .htaccess:
RewriteEngine On
RewriteCond %{QUERY_STRING} ^fb_xd_fragment=$
RewriteRule ^/gall-bladder-surgery$ https://www.gallbladderdetox.com/gall-bladder-surgery? [L,R=301]This has had no effect and the page goes back to ITSELF as before. Any ideas would be helpful since I have several pages on google analytics that are showing up with this dynamic URL and the word ‘fragment=’.
- The topic ‘.Htaccess: failed 301 Redirect on DYNAMIC page’ is closed to new replies.