Apache SSI directive in .htaccess

Hi,

I added a directive to accept server side includes
But still not working.
Usually it needs to restart apache, i remember. But there is no option to test such assumption.

AddHandler server-parsed .html
AddHandler server-parsed .shtml
AddHandler server-parsed .htm</t>

Fixed. I forgot

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

Just a little suggestion, will it not help the community better if you mark it resolved by appending the topic title [Solved]!