Andy
15-07-2012, 19:53
Try this:
edit domain.co.uk and index\.html to your own domain and index file. You might need to remove the 2nd set of rules if you have issues with your site (some sites rely on the index file to work).
RewriteEngine On
RewriteCond %{HTTP_HOST} ^domain.co.uk
RewriteRule (.*) http://www.domain.co.uk/$1 [R=301,L]
RewriteBase /
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.html\ HTTP/
RewriteRule index\.html$ / [R=301,L]