View Single Post
  #3 (permalink)  
Old 01-14-2008, 08:15 PM
foong foong is offline
Master Babbler
 
Join Date: Dec 2007
Posts: 117
foong has a few positive reputation points
Default

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.
__________________
Foong
22 steps on how to create a good website
Dotservant.com friendly website hosting since 2000

Last edited by foong; 01-14-2008 at 08:18 PM.
Reply With Quote