My url has # in the url. Could some one suggest how to use this to redirect. I do not have control over how the url is being generated as its a software product. The below rule does not seem to work.
RewriteRule ^(/share/page/repository#)$ /share/page/context/mine/myfiles [B,R]
I tried to escape the hash with [^c], but it does not seem to work..Any clues on how to handle " # "
Thanks
Ayub