<IfModule mod_headers.c>
     Header set Access-Control-Allow-Origin "*"
    Header set Access-Control-Allow-Origin "https://horsefiretablet.com"
    
</IfModule>


<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg "access 1 month"
    ExpiresByType image/jpeg "access 1 month"
    ExpiresByType image/gif "access 1 month"
    ExpiresByType image/png "access 1 month"
     ExpiresByType image/webp "access 1 month"
      ExpiresByType image/svg+xml "access  1 month"
    ExpiresByType image/x-icon "access  1 month"

    ExpiresByType video/mp4 "access  1 month"
    ExpiresByType video/mpeg "access  1 month"
     ExpiresByType text/css "access plus 1 month"
    ExpiresByType text/javascript "access plus 1 month"
    ExpiresByType application/javascript "access plus 1 month"
    ExpiresDefault "access 1 month"
</IfModule>





RewriteEngine on
RewriteCond %{HTTP_HOST} ^staticcontent\.horsefiretablet\.com$
RewriteRule ^/?$ "https\:\/\/staticcontent\.horsefiretablet\.com\/\$1" [R=301,L]

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