Hi Everyone,
Need help as i was doing POC for my project and has to use Sling Dynamic Include.
I was referring some links: https://www.argildx.com/technology/sling-dynamic-include-sdi/
https://docs.adobe.com/content/help/en/experience-manager-learn/foundation/development/set-up-sling-...
But they have used Apache Server and make changes in httpd.conf and dispatcher.conf but in my project we are using IIS Server, so we have "disp_iis.ini" and "disp_iis.dll".
We need to add
1. LoadModule include_module modules/mod_include.so
2.<IfModule dispatcher_module>
SetHandler dispatcher-handler
</IfModule>
SetOutputFilter INCLUDES
3.<VirtualHost *:80>
...
<Directory />
...
Options FollowSymLinks Includes
AllowOverride None
...
<Directory>
...
</VirtualHost>
I am confused now where to add these code and enable TTL .
Can we add these in "disp_iis.ini" ?
Thanks in advance...:)
@kautuk_sahni @arunpatidar
@smacdonald2008