<Directory "/usr/local/apache/htdocs/datamanager">
    Options FollowSymLinks Includes
    AllowOverride All
</Directory>
AddType text/html .shtml
AddHandler server-parsed .shtml

Example 7: Apache httpd.conf directives to enable server-side Includes for the Web Data Manager.

Back to Article