# RewriteEngine On
# RewriteCond %{HTTP_HOST} turquoiseglasgow\.co\.uk [NC]
# RewriteCond %{SERVER_PORT} 80
# RewriteRule ^(.*)$ https://turquoiseglasgow.co.uk//$1 [R,L]
RewriteEngine On

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

RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://www.turquoiseglasgow.co.uk/$1 [L,R=301]
<IfModule mod_rewrite.c>
	RewriteCond %{HTTPS} off
	RewriteRule (.*) https://turquoiseglasgow.co.uk [L,R=301]
	
	RewriteCond %{HTTP_HOST} !^www\. [NC]
	RewriteRule (.*) https://www.turquoiseglasgow.co.uk [L,R=301]
</IfModule>
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php73 .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
