Htaccess redirect

Hi DK,
Thanks a lot for your speedy reply, I will go and read your tutorial now.

For info this is the code I have used (taken from tutorial elsewhere) and I have made no changes to MultiViews…

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^.]+)$ $1.html [NC,L]

And you will see that www.gerransholiday.co.uk/house works fine. Does that code look sensible to you?

So the best thing to resolve the issue is:

redirect /house.html www.gerransholiday.co.uk/house [R=301] ?

Many thanks for your help,
Best wishes,
Matt