RewriteEngine On    # Turn on the rewriting engine
RewriteRule    ^home?$    index.html    [NC,L]    # Handle requests for "pet-care"

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