View Single Post
  #5 (permalink)  
Old 01-14-2008, 11:35 PM
lisa's Avatar
lisa lisa is offline
Administrator
 
Join Date: Apr 2007
Location: Dallas, TX
Posts: 4,210
lisa is the Admin and cannot be rated.
Default

Quote:
Originally Posted by foong View Post
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.
Ahhh.... yes, that's what it was. Thanks foong!
__________________
Don't put the cart before the horse.
Plan your website, then create it.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 Create a Website | 2 Create a Website Blog
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Recent Blog Posts...

My Thoughts on Lazy People
A MUST READ for Struggling Bloggers
5 Assumptions You Shouldn't Make

Reply With Quote