Re: [PHP] encrypted urls, mcrypt and mod_rewrite

2006-02-23 Thread Dan Rossi
Yes somehow in this case apache is treating the urlencoded string of a forward slash as a forward slash and so isnt matching the rule properly. On 23/02/2006, at 9:58 PM, Jared Williams wrote: Subject: Re: [PHP] encrypted urls, mcrypt and mod_rewrite Somehow this part of the string is a

Re: [PHP] encrypted urls, mcrypt and mod_rewrite

2006-02-23 Thread Dan Rossi
requested URL /feeds/UmFuZG9tSVYljfOW15UlfzVJV8zBtaEXPh0mPku64cowVrHo/gno9LeTfwejwsmG was not found on this server. The rewrite rule RewriteEngine On RewriteRule ^feeds/(.*)$ /refer.php?$1 [L,NE] On 23/02/2006, at 9:58 PM, Jared Williams wrote: Subject: Re: [PHP] encrypted urls, mcrypt and

RE: [PHP] encrypted urls, mcrypt and mod_rewrite

2006-02-23 Thread Jared Williams
> Subject: Re: [PHP] encrypted urls, mcrypt and mod_rewrite > > Somehow this part of the string is a problem, it has > underscores, but there is probably other things in this. > > _%E5%D4%13%82%C9%DFN%5EFs%5E47%B2v%2F%D7%A4%0C%C6%9EnJ I'd base64 encode that first the

Re: [PHP] encrypted urls, mcrypt and mod_rewrite

2006-02-23 Thread Jochem Maas
Dan Rossi wrote: Somehow this part of the string is a problem, it has underscores, but there is probably other things in this. give code, give the whole string. _%E5%D4%13%82%C9%DFN%5EFs%5E47%B2v%2F%D7%A4%0C%C6%9EnJ On 23/02/2006, at 6:01 PM, Dan Rossi wrote: Hi ive been trying to find ans

Re: [PHP] encrypted urls, mcrypt and mod_rewrite

2006-02-22 Thread Dan Rossi
Somehow this part of the string is a problem, it has underscores, but there is probably other things in this. _%E5%D4%13%82%C9%DFN%5EFs%5E47%B2v%2F%D7%A4%0C%C6%9EnJ On 23/02/2006, at 6:01 PM, Dan Rossi wrote: Hi ive been trying to find answers with no luck. I am sending a urlencoded encrypted

[PHP] encrypted urls, mcrypt and mod_rewrite

2006-02-22 Thread Dan Rossi
Hi ive been trying to find answers with no luck. I am sending a urlencoded encrypted string made with mcrypt. what is happening is there is somehow special characters that mod_rewrite doesnt like so it wont find a regex match properly with this rule RewriteRule ^feeds/(.*)$ refer.php?$1 [L,QSA