2006/5/14, Robert Ionescu <robsiegen@xxxxxxxxxxxxxx>:
But anyway: Arre trying to substitute one char with an other? That won't work. In order to match the map, the back reference $1 must be '&' and only '&', 'abc&cd' wouldn't match the map.
Would it work with the internal function MapType to escape the ampersand? The problem I'm trying to solve is that some pages in the wiki has the ampersand in their names and then the RewriteRule handles everything from the ampersand on as a query string. Clodoaldo