Forum Moderators: phranque
At the bottom of many of my pages, I have this code:
<!--#include virtual="footer.shtml"-->
On my new server, footer.shtml is not displaying. In my httpd.conf file, I have:
<Directory /usr/local/httpd/htmldocs/virtual>
AllowOverride AuthConfig
Options +Includes
</Directory>
Elsewhere, I have:
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Is there something else I'm missing? I've tried adding
XBitHack on
but that didn't make a difference.
[edited by: jdMorgan at 7:57 pm (utc) on April 14, 2005]
[edit reason] Removed specifics per TOS. [/edit]