Forum Moderators: phranque

Message Too Old, No Replies

I have got problem with grab percent sign %

Can anybody help me, and tell me what i am doing wrong?

         

onemarc

7:36 am on Jun 16, 2005 (gmt 0)

10+ Year Member



I have got web address like this:
[test.com...]
this is polish letter ¶

I have got rewrite rule like this:

Options +FollowSymlinks
RewriteEngine On
RewriteRule ^([%/+-,\w]*)$ /index.php?get=$1 [L]

Everything which i am typeing works fine, until i type in url %

I get error 404 from Apache server.

Thank you all for resolving this problem.

jdMorgan

1:46 pm on Jun 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



onemarc,

Welcome to WebmasterWorld!

This recent thread [webmasterworld.com] discusses the subject, and one of the techniques presented is probably what you are looking for.

Jim

onemarc

3:34 pm on Jun 16, 2005 (gmt 0)

10+ Year Member



Thank you very much jdMorgan,

I see that i was wrong, i though that % is handle by mod_rewrite, but i see that apache decode this string with %.

So i have got another question depended on my first question, how to handle utf-8 signs? Is any universal method?

Regards