Forum Moderators: coopster & phranque

Message Too Old, No Replies

SSI Date Functions

         

lisad

1:30 pm on Aug 8, 2003 (gmt 0)

10+ Year Member



The code below had worked on a different server, but the pages have been moved and now the date will not be displayed. I was reading somewhere that you have to add:

Options +Includes

into the .htaccess file, and I tried that, but it doesn't work. I didn't put the file on the other server, so I don't understand why it's not working.

This is the code:
_________________________________________________________
List last updated:
<!--#config timefmt="%m-%d-%Y"-->
<font size=1 font color=blue face=arial><!--#flastmod virtual="/cgi/people.idx"-->
_________________________________________________________

Any suggestions?

lisad

1:46 pm on Aug 8, 2003 (gmt 0)

10+ Year Member



I fixed the problem myself - all i had to do was create a separate .htaccess file with:

AddHandler server-parsed .html

only in it in the directory I wanted to have files parsed and it worked just fine.