I'm having a issue with trying to IIS rewrite the cognos URL. I know the rewrite function is working because I have a simple setup in place.http://server/ibmcognos --> http://rpt103/hotdog
I'm not looking to do a DNS Alias.
Pattern:
c10/(.*)
Ignore Case checked
RewriteURL:
/ibmcognos/cgi-bin/cognos.cgi?b_action=cognosViewer&ui.action=run&ui.object={R:1}
Append query string checked.
My wish is to shorten URLs for sharepoint hyperlinks.
example:
http://server/c10/content/package[@name='Audit']/report[@name='Execute reports by user']
rewrites to :
http://server/ibmcognos/cgibin/cognos.cgi?b_action=xts.run&m=portal/launch.xts&ui.tool=CognosViewer&ui.action=run&ui.object=content/package[@name='Audit']/report[@name='Execute
reports by user']
Error: