Skip to content

Commit

Permalink
added minimum required php version for apache.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelhamiderrahmouni committed Dec 13, 2024
1 parent f9bfaa4 commit f0ad67d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@
ExpiresByType application/javascript "access plus 1 year"
ExpiresByType text/css "access plus 1 year"
</IfModule>

# 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___lsphp .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit

0 comments on commit f0ad67d

Please sign in to comment.