I am trying to figure out why my server doesnt work with RewriteMap directive (ie, "RewriteMap myunescape int:unescape).
More specifically i am trying to use the "unescape" feature. I've tried very simple examples (as found on Apache site) and the results are as if the use of ${myunescape:$1} is being ignored. It's like it doesnt understand the "${..}" part and just fails.
Any ideas?