Have a situation where a Client previously setup a Dir. using a two word name with a single quote and a space between the two words. Now, the idea is to use a RewriteRule and redirect all requests for anything in this dir. to another page. Since Apache doesn't doesn't like blank spaces, %20 is used and, although it does not give an error when using the single quote, it doesn't apply the Rewrite directive either.
RewriteRule client's%20dir/.*(.*) http://domain.com/newpage.html
Presuming a HEX charactor is required, does anyone know what it is for a single quote? Or, is there something I'm missing?



LinkBack URL
About LinkBacks
Reply With Quote




