[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ4: SSI and html-files



> My server executes SSI - commands only if the HTML page has the ending
> .shtml.
> I would like to execute the code however in pages with the ending .html.
>
> How can I "teach" that to the server?
> Which configuration files do I have to process?
> Any ideas?
> Thanks,
>

in srm.conf

# To use server-parsed HTML files
#AddType text/html .shtml
#AddHandler server-parsed .shtml
Uncomment the AddType AddHandler lines
Be advised this means the server has to parse all html files and that takes
TIME.

Gerald