Sorry wrong .htaccess file!
Code:
RewriteEngine on
RewriteBase /
### re-direct any non-www. links / ###
RewriteCond %{HTTP_HOST} ^jamesdobb.co.uk [NC]
RewriteRule ^(.*)$ http://www.jamesdobb.co.uk/$1 [L,R=301]
### re-direct index.htm to root / ###
RewriteCond %{THE_REQUEST} ^.*\/index\.htm\ HTTP/
RewriteRule ^(.*)index\.htm$ /$1 [L,R=301]
### Allow .htm files to parse php ###
AddHandler cgi-script .htm
SetEnv PHP_EXTENSION .htm
### AddType application/x-httpd-php .php .htm .html ###
## redirect and pages that can't be found ##
ErrorDocument 404 /404-page-not-found.htm
Bookmarks