RewriteEngine On
# Force https://www.
RewriteCond %{HTTP_HOST} !^www\. [NC,OR]
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

# Redirect all pages to homepage
RewriteCond %{REQUEST_URI} !^/$
RewriteRule ^.*$ / [R=301,L]

RedirectMatch 301 /(.*) https://www.precisionappliancework.com/

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