Forum Moderators: phranque
Options +Includes
XBitHack on
I also set the execute bit:
chmod +x pagename.html
In my test file (pagename.html), I only add one directive <!--#echo var="DATE_LOCAL" -->.
When I tested it, everything works fine. HOWEVER, when I changed the file name to pagename.htm, SSI didn't work (the original content still displayed)!
I tried to add an AddType line before the "Options +Includes" directive
AddType text/html .html .htm
BUT .htm page didn't work either. I tried another way of using SSI (AddHandler server-parsed .htm), it worked, but not a good solution for our server. Can anyone tell me how to fix that?
Environment: Apache 1.3, Solaris 2.6.