|
|
|
|
||||||
| comp.info.servers.unix Web servers for UNIX platforms. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I have a problem with Latin2 characters (for example: ó - %F3 )
My Example Rule: RewriteRule ^page,(.*)\.html$ page.php?name=$1 [L] When I'm requesting: page,lobóz.html (witch contains latin2 character ó (%F3) i have 404 page error. I know that I shoud avoid special characters but i really need them. Thanks for solution of my problem. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
janecki@gmail.com napisał(a):
> RewriteRule ^page,(.*)\.html$ page.php?name=$1 [L] > > When I'm requesting: > page,lobóz.html > > (witch contains latin2 character ó (%F3) i have 404 page error. > > I know that I shoud avoid special characters but i really need them. RewriteEngine On RewriteRule ^page,(.*)\.html$ foo.php?x=$1 [L] Works for me! Apache 2.2 on Linux. -- Pozdrawiam / Best regards Pawel Zdziarski gmail: faxepl |
|
![]() |
| Outils de la discussion | |
|
|