What mechanism are you using to have SSI work on .html pages? I have no problem getting SSI to work when my page extension is .shtml: This is my very simple test which works perfectly:
.htaccess: > Options +Includes > ErrorDocument 404 /error.shtml error.shtml: > Last modified: <!--#echo var="LAST_MODIFIED" --> Produces: > Last modified: Thursday, 23-Jul-2015 23:34:55 Eastern Daylight Time Does it work for you if you use .shtml? - Y On Thu, Jul 23, 2015 at 4:06 PM, <eigenbra...@gmail.com> wrote: > Forgot to include my question, > Is there some additional step you have to take to get SSI to function > on an ErrorDocument page? > Thanks > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >