Actually, that web site is the exact place I got the idea for the rewrite map :-p.
I'm running the same exact thing, but I modifed the "replace" statement in the perl script to:
s|^ /|%20/|;
I don't even really know if this is correct - I haven't touched perl in years. I think that this would be correct also:
s/ /%20/;
No idea, I did some reading up on this subject also though. And regex: no comprende.
What I did,was point the prg: to /wsremove/wsremove.pl chmodded 755, put the rewrite code in httpd.conf and ran it. It came up with an Internal Server Error. So, I noticed there was no path to perl in the script, so I added it - still no luck.
Any ideas? Thanks!