Hi,
I am trying to implement sling dynamic include (v 2.1.3 with AEM 6.0 SP3) in my project to make the header dynamic. I have followed the steps mentioned here.
- My header node in under /etc/designs as I have used <cq:include path="{node path under /etc/design}" resourceType="{path to header component}" />
- In configuration, base path value is "/content" and resource type value is {node path under /etc/design}.
- I have no virtual host configured in dispatcher. So I skipped the configuration for virtual host.
- I want to use Apache SSI option. So, I have only configured the section for that. Javascript and ESI section ignored.
But it is not working. Please tell me if I have missed anything or any of my configurations are wrong.