RewriteEngine On 
RewriteCond %{HTTP_HOST} ^cathedralphysiotherapy.co.uk [NC]
RewriteRule ^(.*)$ http://www.cathedralphysiotherapy.co.uk/$1 [L,R=301]

<IfModule mod_rewrite.c>
	RewriteEngine On

	# Send would-be 404 requests to Craft
	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d
	RewriteCond %{REQUEST_URI} !^/(favicon\.ico|apple-touch-icon.*\.png)$ [NC]
	RewriteRule (.+) index.php?p=$1 [QSA,L]
</IfModule>
