Ok so last look if my site was www.microsoft.co.uk
this would be it
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^microsof\.co\.uk$ [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}%{REQUEST_URI} [R,L]
RewriteRule ^index\.htm$ / [R,L]
Ok so last look if my site was www.microsoft.co.uk
this would be it
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^microsof\.co\.uk$ [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}%{REQUEST_URI} [R,L]
RewriteRule ^index\.htm$ / [R,L]