Re: [users@httpd] mod_rewrite url has pound (#) symbol

2014-01-20 Thread Yehuda Katz
The part of the URL after the # is not sent to the server, so it is not possible to match on it. Anyway, if you just remove it from your pattern, you should get the same result since you do not appear to be trying to match on anything after it. - Y Sent from a gizmo with a very small keyboard

[users@httpd] mod_rewrite url has pound (#) symbol

2014-01-18 Thread Ayub Khan
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