View Single Post
Old 10-13-2004, 02:55 AM  
alex79
Confirmed User
 
Join Date: Jun 2002
Location: france
Posts: 996
mod_rewrite question

i do have problems in using special characters (umlauts) with mod_rewrite ... two script urls for example:

PHP Code:
[url]http://www.domain.com/cgi-bin/script.pl?article=Briefmarken%20%26%20M%FCnzen[/url] 
How do i get those to:
PHP Code:
http://www.domain.com/Briefmarken_&_Münzen.html 
i've tryed next mod_rewrite code:

PHP Code:
<IfModule mod_rewrite.c>
        
RewriteEngine On
        RewriteRule 
(.*).html /cgi-bin/script.pl?article=$
</IfModule
but is only take the Briefmarken_ from Briefmarken_&_Münzen

also, i've tryed to encode the url but i get same result


anybody know how can this be done?

thanks
alex79 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote