Hi all,
we need to rewrite an url from http://FQDN_HOSTNAME:8000/uk to http://FQDN_HOSTNAME:8000/home/#/products/uk using a webdispatcher.
We set in the profile:
icm/HTTP/redirect_0 = PREFIX=/uk, FOR=*, TO=/home/#/products/uk, HOST=FQDN_HOSTNAME, PROT=HTTP, PORT=8000
it works but instead of #, url is rewrite with %23, http://FQDN_HOSTNAME:8000/home/%23/products/uk , we are unable to use the noescape options or isolating the # with special character ' or " .
Any suggestion?
Thanks.