Re: Apache not serving up .shtml properly

2003-03-13 Thread Joseph A Nagy Jr
Stephen Cormier wrote: # # To use server-parsed HTML files # AddType text/html .shtml AddHandler server-parsed .shtml The above is the only relevant bit from the Apache config I could find regarding server-parsed html files. Did you uncomment the line: LoadModule includes_mo

Re: Apache not serving up .shtml properly

2003-03-12 Thread Stephen Cormier
> # > # To use server-parsed HTML files > # > AddType text/html .shtml > AddHandler server-parsed .shtml > > The above is the only relevant bit from the Apache config I could find > regarding server-parsed html files. Did you uncomment the line: LoadModule includes_modu

Apache not serving up .shtml properly

2003-03-12 Thread Joseph A Nagy Jr
At http://stop-the-madness.homelinux.org/index.shtml there are two pieces of SSI, both of them rely on the date one is for "Today's date is" (Today is ) and the other is a "Document last modified on" (). As you can see at the above site, the page is being served up minus the numbers. #