I would like to change to Litespeed from Apache with mod_php
I installed it on a testserver Centos 7, PHP 7.1.33, MySQL 5.7.33.
The vBulletin forum 4.2.5 works fine.
But I'm using a script which rewrites the forum into .html sites.
The main page works but when i click a link i get a 404 error
In the error log I find entries like this [ERROR] [18257] [123.60.100.100:35232] URI '/archiv/forum/425-2.html' refers to a static file with PATH_INFO [/425-2.html].
My htaccess is: AcceptPathInfo On ForceType application/x-httpd-php ForceType application/x-httpd-php
Is there a possibility to get it work on Litespeed?