Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Templates and SSI

Quote Reply
Templates and SSI
Hi,

I want to set all templates as .shtml, how can I doit?

Thank you

------------------
Quote Reply
Re: Templates and SSI In reply to
just go to links.cfg

looks for

# The name of an index file.
$build_index = "index.html";
# The extension to use for non index files:
$build_extension = ".html";

and replace with

# The name of an index file.
$build_index = "index.shtml";
# The extension to use for non index files:
$build_extension = ".shtml";