Could some tell me how to set this up?
Printable View
Could some tell me how to set this up?
To permit SSI on your server, you must have the following directive either in your httpd.conf file, or in a .htaccess file:
Options +Includes
I put it right under this.
Options Indexes FollowSymLinks MultiViews
and enable these
#
# To use server-parsed HTML files
#
-> AddType text/html .shtml
-> AddHandler server-parsed .shtml
if they are disabled by #
I got it working now thanks :)