I have an ISAPI Module (Adobe CQ5 Dispatcher) which is being called and the DLL (/Scripts/disp_iis.dll/) prefixed the URL i.e. '/Scripts/disp_iis.dll/en/research/...'. When the rewrite module fires it prefixes '/content/sitename/gb/Scripts/disp_iis.dll/en/research/...'
and a 404 is returned.
The result I'm after from is /Scripts/disp_iis.dll/content/sitename/gb/en/research/...' i.e. the Rewrite module being called first, adding the full path and than passing on to the ISAPI filter.
I have tried changing the order of the modules with no luck.
I'm sure it's not complicated, I just need to know where to look.
I have tried changing the order of the modules with no luck.
I'm afraid this problem isn't relative to the order of the both modules you mentioned. I guess you might have some error on the Rwriting Module. Have you masterd the Rewriting Module? If not please try to do some research about Rewring Module and then modify
you Rewriting rules:
Thanks for the reply. Are you saying the rewrite rule should cater for the addition of the ISAPI DLL (/Scripts/disp_iis.dll) to the URL? If this is added to the URL prior to the rewrite then surely there's an ordering issue here? Rewrites shouldn't have
to cater for modules added to the URL, should they?
KieranJMurph...
2 Posts
ISAPI and Rewrite Module Ordering.
Apr 04, 2012 09:11 AM|LINK
Hi,
I'm new to IIS so I hope someone can help me out.
I have an ISAPI Module (Adobe CQ5 Dispatcher) which is being called and the DLL (/Scripts/disp_iis.dll/) prefixed the URL i.e. '/Scripts/disp_iis.dll/en/research/...'. When the rewrite module fires it prefixes '/content/sitename/gb/Scripts/disp_iis.dll/en/research/...' and a 404 is returned.
The result I'm after from is /Scripts/disp_iis.dll/content/sitename/gb/en/research/...' i.e. the Rewrite module being called first, adding the full path and than passing on to the ISAPI filter.
I have tried changing the order of the modules with no luck.
I'm sure it's not complicated, I just need to know where to look.
Regards,
Kieran,
rewrite order isapi cq5 modules
Mamba Dai - ...
651 Posts
Microsoft
Re: ISAPI and Rewrite Module Ordering.
Apr 06, 2012 08:04 AM|LINK
Hi,
I'm afraid this problem isn't relative to the order of the both modules you mentioned. I guess you might have some error on the Rwriting Module. Have you masterd the Rewriting Module? If not please try to do some research about Rewring Module and then modify you Rewriting rules:
http://learn.iis.net/page.aspx/734/url-rewrite-module/
If you still don't resolve your issue. Please post your rules.
Feedback to us
Develop and promote your apps in Windows Store
KieranJMurph...
2 Posts
Re: ISAPI and Rewrite Module Ordering.
Apr 11, 2012 12:07 PM|LINK
Thanks for the reply. Are you saying the rewrite rule should cater for the addition of the ISAPI DLL (/Scripts/disp_iis.dll) to the URL? If this is added to the URL prior to the rewrite then surely there's an ordering issue here? Rewrites shouldn't have to cater for modules added to the URL, should they?
Regards,
Kieran.
Mamba Dai - ...
651 Posts
Microsoft
Re: ISAPI and Rewrite Module Ordering.
Apr 12, 2012 08:46 AM|LINK
I'm afraid I couldn't grasp your question. Could you explain what your requirements are.
Feedback to us
Develop and promote your apps in Windows Store