Update .htaccess for PHP 8.4 compatibility
This commit is contained in:
parent
c2833a1f06
commit
4d8c66fdfc
2 changed files with 7 additions and 5 deletions
|
|
@ -12,3 +12,10 @@ DirectorySlash Off
|
|||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.*)$ /index.php [L,QSA]
|
||||
</IfModule>
|
||||
|
||||
# php -- BEGIN cPanel-generated handler, do not edit
|
||||
# Set the “alt-php84” package as the default “PHP” programming language.
|
||||
<IfModule mime_module>
|
||||
AddHandler application/x-httpd-alt-php84 .php .php8 .phtml
|
||||
</IfModule>
|
||||
# php -- END cPanel-generated handler, do not edit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue