laguila
http://www.5th-Sun.com/
In the file /etc/http/http.conf I have made the following 2 modifications:
1) Changed:
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
To:
<Directory />
Options FollowSymLinks Includes
AllowOverride None
</Directory>
2) I have un-commented the following 2 lines:
AddType text/html .shtml
AddHandler server-parsed .shtml
I re-started Apache and it's still not processing the SSI directives on .shtml files. What am I missing? Any help would be most welcome!
1) Changed:
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
To:
<Directory />
Options FollowSymLinks Includes
AllowOverride None
</Directory>
2) I have un-commented the following 2 lines:
AddType text/html .shtml
AddHandler server-parsed .shtml
I re-started Apache and it's still not processing the SSI directives on .shtml files. What am I missing? Any help would be most welcome!