I just noticed that none of our SSI tags seems to be working any more on our new server. Just switched a couple of weeks ago and they were all working fine on our old server.
We running Apache/2.2.25 which was the same on our old server.
Add the "AddHandler server-parsed .html" in the httpd.conf file, restarted httpd still no luck. Tried using the .shtml extension still no luck. The SSI tags that don't work now are:
These tags worked perfectly on our other server, running the same apache version. What do I need to change in order for the SSI to work now? I know there was changes in apache 2.4 version w/SSI but were not running that version.
Ok it does work with the .shtml extension, must have missed that, but can not get it to work the .html extension even after adding the AddHandler server-parsed .html in the httpd.conf file unless I need to change something too.
Thanks,
Mike
We running Apache/2.2.25 which was the same on our old server.
Add the "AddHandler server-parsed .html" in the httpd.conf file, restarted httpd still no luck. Tried using the .shtml extension still no luck. The SSI tags that don't work now are:
Code:
<!--#include virtual="./LHmenu.html" -->
<!--#exec cgi="/cgi-bin/ssi_log.cgi" -->
Ok it does work with the .shtml extension, must have missed that, but can not get it to work the .html extension even after adding the AddHandler server-parsed .html in the httpd.conf file unless I need to change something too.
Thanks,
Mike
Last edited: