I just see 404 error
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
The entire htaccess file is currently as below, (I have tried different permutations
RewriteEngine On RewriteCond %{HTTP_HOST} !^www.mywebsite.co.uk$ [NC] RewriteRule ^(.*)$ http://www.mywebsitel.co.uk/$1 [L,R=301] RewriteRule ^gallery.html$ /new-gallery.html [END,R=301]
Thanks
Chris