# Use PHP5.4 as default
# AddHandler application/x-httpd-ea-php54 .php
#<FilesMatch "\.(gif|jpg|jpeg|png|pdf|css)$">
# Header set Cache-Control "max-age=600"
#</FilesMatch>
<FilesMatch "\.(gif|jpg|jpeg|png|pdf|css)$">
Header set Cache-Control "max-age=600, must-revalidate"
</FilesMatch>
#<FilesMatch "\.(js|css)$">
#SetOutputFilter DEFLATE
#Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
#</FilesMatch>

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