hi there, I have problem. The situation is as follow : RewriteRule ^(.*)\/index\.html$ /tohtml.pl?path=$1 The problem is that I have some directories named like this "blah&wlah", so a request like this : /blah&wlah/index.html rewriten like this : /tohtml.pl?path=blah&wlah and then in my script the result is that : QueryString("path") is equal to "blah", but not to "blah&wlah". HOW to make escaping in RewriteRule ? Thanx ===== iVAN [EMAIL PROTECTED] =====
- Re: mod_rewrite escaping ??? raptor
- Re: mod_rewrite escaping ??? Vivek Khera
- Re: mod_rewrite escaping ??? Neil Kandalgaonkar
- AGAIN - mod_rewrite escaping ??? raptor
- Re: AGAIN - mod_rewrite escaping ?... Spidaman The Defenestrator