I'm setting htaccess 301 redirects for my entire site page by page. But it doesn't work well and I need urgent help please, here is an example of the line I have:
redirect 301 /pages/info [
new...] domain.com/other/thing
doesn't redirect to [
newdo...] main.com/other/thing but to [
new...] domain.com/pages/info !
Why is this, and how can I have it work redirect to: [
new...] domain.com/other/thing ?
Thanks !