Just to add a little to the SSI. Generally, web servers will have already enable SSI for .shtml and to enable SSI for other extension (i.e .htm .html), you will need access to .htaccess in your 'public_html' folder, enter the following code in it :-
AddType text/html .htm
AddHandler server-parsed .htm
Options Indexes FollowSymLinks Includes
Above will enable SSI for files with .htm extension.
Last edited by foong; 01-14-2008 at 08:18 PM.
|