# These Lines Added By Hosting Company please do not remove.
<IfModule mod_suphp.c>
#suPHP_ConfigPath /home/edm/design/
</IfModule>

<Files php.ini>
order allow,deny
deny from all
</Files>
# End of Hosting Company Entries

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
RewriteCond %{HTTP_HOST} ^allseasonsgazebos\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.allseasonsgazebos\.com$
RewriteRule ^/?$ "http\:\/\/allseasonsgazebos\.co\.uk\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^boilerinstallationinrichmond\.co\.uk$ [OR]
RewriteCond %{HTTP_HOST} ^www\.boilerinstallationinrichmond\.co\.uk$
RewriteRule ^/?$ "http\:\/\/re\-heat\.co\.uk\/" [R=301,L]


RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php81” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
