Yes I've tried adding a \ before the % char, but this just adds another %5c before %25.

Thanks.

Octavian

----- Original Message ----- From: "Chirouze Olivier" <[EMAIL PROTECTED]>
To: <users@httpd.apache.org>
Sent: Friday, January 26, 2007 5:43 PM
Subject: RE: [EMAIL PROTECTED] special chars in URLS


Did you try adding \ before the % char?

Olivier


Olivier CHIROUZE
I&0 Infrastructure
Volvo Information Technology

-----Original Message-----
From: Octavian Rasnita [mailto:[EMAIL PROTECTED]
Sent: 26 January 2007 16:38
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] special chars in URLS

Hi,

I am trying to make a server side redirect using:

RedirectMatch ^/$ http://www.site.com/index.php/test%C4%83

But the server redirects to another address:
http://www.site.com/index.php/test%25C4%2583

So it replaces the % char with %25.

Is it possible to make a server side redirect to an address that
contains
special chars?

Thanks.

Octavian


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server
Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to