Hello All,
I'm new to using this module and am hoping someone can guide me on this.
What I'm trying to do is this.
I have a URL similar to the following:
http://<someserver>/<subdir>/<subdir>/<subdir>/<subdir>#/some # file name .dis
There are two # symbols in the above URL and at present when I'm trying to browse this page via IIS 7, it is removing that # and failing with a 404 error. What I would like to know is if there's a way that I can create a rewrite rule to convert that # to %23 so that it resolves to the correct file and the page can be accessed.
Is this possible?
Any help would be appreciated.
Thanks