Dispatcher throwing directive errors.
Hi,
We recently moved to a new server ( during 6.0 to 6.2 migration) and everything is working correctly on author and publish instance. When we access the cached pages on dispatcher it's showing this error "[an error occurred while processing this directive]" wherever we have SSI components.
All the dispatcher configurations are exactly similar to earlier configs with SSI support enabled using below config:
# Enabling Server Side Includes for .html
<Directory /nameofdir>
SSIETag on
Options +Indexes +FollowSymLinks +IncludesNOEXEC
AddType text/html .html
AddOutputFilter INCLUDES .html
AllowOverride All
</Directory>