
RewriteEngine on

RewriteOptions inherit

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php74” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php74___lsphp .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 162.0.232.0/24
deny from 198.54.117.0/24
deny from 172.64.80.1
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-SSL} !on
RewriteCond %{HTTP_HOST} ^breathworkcoach\.ca$ [OR]
RewriteCond %{HTTP_HOST} ^www\.breathworkcoach\.ca$
RewriteRule ^/?$ "https\:\/\/breathworkcoach\.ca\/" [R=301,L]

