473,406 Members | 2,710 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

MOD_REWRITE - Latin2 characters - 404 ERROR!

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.

Aug 5 '06 #1
3 1703
On 5 Aug 2006 ja*****@gmail.com wrote:
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
(1) Your group is <news:comp.infosystems.www.servers.unix>

(2) Do not (never!) use special characters in file names.

Aug 7 '06 #2
In <11*********************@75g2000cwc.googlegroups.c om>, on
08/05/2006
at 10:31 AM, ja*****@gmail.com said:
>Content-Type: text/plain; charset="iso-8859-1"
Somewhat inappropriate, given the subject.
>I have a problem with Latin2 characters (for example: ó - %F3 )
That might have been more intelligible had ou sent them as Latin2.
>When I'm requesting:
page,lobóz.html
That's all very well when you control both the client and the server,
but what happens when there is a client outside of your network?
>I know that I shoud avoid special characters
No, you should avoid those special characters not allowed in domain
names. You are allowed to use hyphens.
>but i really need them.
This won't help in the short term, but I suggest that you get involved
in the ongoing discussions of internationalization.

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to sp******@library.lspace.org

Aug 18 '06 #3
On Fri, 18 Aug 2006, Shmuel (Seymour J.) Metz wrote:
>Content-Type: text/plain; charset="iso-8859-1"

Somewhat inappropriate, given the subject.
>I have a problem with Latin2 characters (for example: ó - %F3 )

That might have been more intelligible had ou sent them as Latin2.
_You_ might have checked first that "small o with acute" (ó) has
the same code position xF3 in both ISO-8859-1 and ISO-8859-2.
http://www.unics.uni-hannover.de/nht...european.html2
http://www.unicode.org/Public/MAPPIN...859/8859-2.TXT

Aug 18 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Mat | last post by:
Hi, I have upgraded my MySQL from 3.23 to 4.1.8. First of all I dumped my database with mysqldump. After installing new binary (debian woody) I have created respective database and uploaded my...
4
by: d. | last post by:
Hello, I'm quite new in c programming. I'd like to convert string coded in any language into Latin2. I thought that I do two things: first I convert string to hex and then hex to latin2. But I...
6
by: namemattersnot | last post by:
ok. i give up. need help :) here's the rule: RewriteRule ^test/(.+)/(.*)$ /index.php$2 if i request: http://localhost/test/keyword/?show=files it properly redirects me. NOW, if i change...
2
by: David | last post by:
Sent this to alt.php a couple of days back, but doesn't look like I'll get an answer, so trying here. I'm trying to convert a script to use friendly URLs, I've done this before, but my PHP...
5
by: laredotornado | last post by:
Hi, I have verified that mod_rewrite is enabled on my Apache 2.2 instance. However, now I'm having a problem just serving pages using .htaccess files. Following Rik's advice, my .htaccess file...
2
by: jaanus | last post by:
Here we go... What I have been trying to do is to forward all http requests containing /cms/ to http://cms.mydomain.com/ example1: http://host1.mydomain.com/cms/init.php would be parsed from...
5
by: Martin Landa | last post by:
Hi all, sorry for a newbie question. I have unicode string (or better say latin2 encoding) containing non-ascii characters, e.g. s = "Ukázka_možnosti_využití_programu_OpenJUMP_v_SOA" I...
0
by: EA Durbin | last post by:
I have enabled mod_rewrite on my server and it successfully rewrites URL's and works nicely, but then it logs the URL to be rewritten as "File does not exist" .... in the error log My http.conf...
7
by: Dale | last post by:
again, i know this is OT...just move along to the next post if it bugs you. :) i had been trying to have this: project.66.204.32.110 from the client browser, map to a virtual host where the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.