This is what I have done in the .htaccess which is in the ROOT of the websites folder:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.co.uk
RewriteRule (.*) http://www.domain.co.uk/$1 [R=301,L]
redirect 301 /oldfolder/oldfolder/oldfile.html http://www.domain.co.uk/newfolder/newfolder/newfile.html
But it wont redirect the old URL to the new one what am I doing wrong?
Thanks
This post has been edited by CQ Website Design: 15 November 2011 - 12:14 PM
Help















