How to enable SSI?
Posted by: neut (---.adsl.tnnet.fi)
Date: November 28, 2008 12:32PM

How can I enable Server Side Includes? My SSI files are not working with clean install.

Options: ReplyQuote
Re: How to enable SSI?
Posted by: neut (---.adsl.tnnet.fi)
Date: November 28, 2008 08:04PM

Anyone? I've read like 10 tutorials but can't get it work! My site is in WWW folder, I have .htaccess there with lines:

Options +Includes
AddType text/html shtml
AddHandler server-parsed shtml

In it. Don't work. Do I need to edit apache httpd.conf file? What should I do?

Options: ReplyQuote
Re: How to enable SSI?
Posted by: yfastud (Moderator)
Date: November 29, 2008 03:58PM

it should be

Options Includes
AddType text/html .html .shtml
AddHandler server-parsed .html .shtml

// example filename.php
<? PHP
include 'menu. html ';
//or
require 'menu.html';
?>

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.