I would like to change to Litespeed from Apache with mod_php
I installed it on a testserver.
The forum 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
<Files topic>
ForceType application/x-httpd-php
</Files>
<Files forum>
ForceType application/x-httpd-php
</Files>
Is there a possibility to get it work on Litespeed?
I installed it on a testserver.
The forum 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
<Files topic>
ForceType application/x-httpd-php
</Files>
<Files forum>
ForceType application/x-httpd-php
</Files>
Is there a possibility to get it work on Litespeed?