Expand my Community achievements bar.

IIS and Dispatcher config

Avatar

Level 2

Before CQ Dispatcher Installation, in IIS, under wwwroot, I have a folder [content], there is a page static.html, which is a non-cq-related html file. I can request /content/static.html successfully.

Then I install CQ Dispatcher in this IIS (add disp_iis.dll to handler mappings, set docroot in dispatcher.any to some other path rather than wwwroot, say cqroot for example) and request [host]/content/static.html. CQ will capture this request and there’s no /content/static.html in CQ itself. It returns 404, but what I am expecting is that the response will be the static.html in wwwroot/content.

how can I config to achieve this?

0 Replies