LiteSpeed Error 403 for PHP 8.4 but not for 8.3

7xWeb

New Member
#1
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.

Apache config:
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php84 .php .php8 .phtml
</IfModule>
I'm wondering how i can support php 8.4 with lightspeed when it errors this way.
 
Top