Hi
I am pulling my hair out with this one.
I am trying to redirect an old sub folder to a higher level page on my site, so in .htaccess am using:
redirect 301 /landscape-gallery/oil-paintings/ http://www.mysite.co.uk/landscape-oil.html
But when I go to the old url in my browser:
http://www.mysite.co.uk/landscape-gallery/oil-paintings/
the resulting url after the redirect is:
http://www.mysite.co.uk/landscape-oil.htmloil-paintings/
Am I forgetting to do something here?
Any pointers would be much appreciated.
Many thnaks
Mr M