OK, I know SSI doesn't work with LiteSpeed, but some of our customers had run SSI previously and are now changing their sites around. One wants to use PHP, but doesn't want to have to rename all several hundred pages of their site, so they added the following line to .htaccess
None of the .shtml pages get parsed by PHP though... PHP itself works, we use the php suffix for everything else and it works, etc. We tried changing that to .html and it worked fine with a test .html file, but it just does not work with files with the .shtml extension.
Is anyone else seeing this issue? Any ideas?
Notes: No, I do not have it set for .shtml files to load from Apache. The .shtml page loads fine otherwise, except none of the PHP is parsed. I am loading an Apache configuration file, which has no other references to .shtml Having that line added to .htaccess or the Apache config return the same result.
AddType application/x-httpd-php .shtml
Is anyone else seeing this issue? Any ideas?
Notes: No, I do not have it set for .shtml files to load from Apache. The .shtml page loads fine otherwise, except none of the PHP is parsed. I am loading an Apache configuration file, which has no other references to .shtml Having that line added to .htaccess or the Apache config return the same result.