Hello Everyone,
We are testing using php 8.4 with lightspeed web server but encountered a problem.
With PHP 8.4 installed When then .htaccess file specified specifies the php 8.4 handler (to run our php application) the server gives a 403 error instead of processing the php application.
I'm wondering how i can support php 8.4 with lightspeed when it errors this way.
We are testing using php 8.4 with lightspeed web server but encountered a problem.
With PHP 8.4 installed When then .htaccess file specified specifies the php 8.4 handler (to run our php application) the server gives a 403 error instead of processing the php application.
Apache config:
<IfModule mime_module>
AddHandler application/x-httpd-ea-php84 .php .php8 .phtml
</IfModule>