
RewriteEngine on

RewriteOptions inherit

#RewriteEngine on
#RedirectPermanent / http://cascade0334.mytroop.us/

<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 45.56.93.148
deny from 45.79.207.65
deny from 45.50.0.0/15
deny from 45.52.0.0/14
deny from 45.56.0.0/13
deny from 45.64.0.0/12
deny from 45.80.0.0
deny from 173.255.225.49
RewriteCond %{HTTP_HOST} ^bsa334\.org$ [OR]
RewriteCond %{HTTP_HOST} ^www\.bsa334\.org$
RewriteRule ^/?$ "https\:\/\/bsa334\.com\/" [R=301,L]

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