View Single Post
  #3 (permalink)  
Old 04-05-2004, 06:53 PM
JoeSurfer JoeSurfer is offline
WebProWorld New Member
 
Join Date: Apr 2004
Posts: 13
JoeSurfer RepRank 0
Default

If you want to avoid using the .shtml extension, you can put the following lines in your .htaccess file, it will cause the server to parse ssi with the html extension.

Code:
AddType text/html .shtml .html
AddHandler server-parsed .shtml .html
I'm assuming an apache setup :)
Reply With Quote