How to handel vowel mutation in pretty url?
Posted: Sat May 15, 2010 10:26 am
Hi
basicly my htaccess works. But since i have to redirect a url with vowel mutations in doesn't work.
Im runing mle1.6.6
This works well:
RewriteCond %{HTTP_HOST} ^traumgaerten\.ch$ [NC]
RewriteRule ^(.*)$ http://www.traumgaerten.ch/$1 [R=301,L]
But this does not:
RewriteCond %{HTTP_HOST} ^xn--jardinbientre-yhb\.ch$ [NC]
RewriteRule ^(.*)$ http://www.xn--jardinbientre-yhb.ch/fr_FR/$1 [R=301,L]
And this doesn't work either:
RewriteCond %{HTTP_HOST} ^xn--jardinbientre-yhb\.ch$ [NC]
RewriteRule ^(.*)$ http://www.jardinbienêtre.ch/fr_FR/$1 [R=301,L]
And this doesn't work either:
RewriteCond %{HTTP_HOST} ^jardinbienêtre\.ch$ [NC]
RewriteRule ^(.*)$ http://www.xn--jardinbientre-yhb.ch/fr_FR/$1 [R=301,L]
And this doesn't work either:
RewriteCond %{HTTP_HOST} ^jardinbienêtre\.ch$ [NC]
RewriteRule ^(.*)$ http://www.jardinbienêtre.ch/fr_FR/$1 [R=301,L]
I guess the problen is the vocal "ê".
So how can i get this to work?
Thanks.
basicly my htaccess works. But since i have to redirect a url with vowel mutations in doesn't work.
Im runing mle1.6.6
This works well:
RewriteCond %{HTTP_HOST} ^traumgaerten\.ch$ [NC]
RewriteRule ^(.*)$ http://www.traumgaerten.ch/$1 [R=301,L]
But this does not:
RewriteCond %{HTTP_HOST} ^xn--jardinbientre-yhb\.ch$ [NC]
RewriteRule ^(.*)$ http://www.xn--jardinbientre-yhb.ch/fr_FR/$1 [R=301,L]
And this doesn't work either:
RewriteCond %{HTTP_HOST} ^xn--jardinbientre-yhb\.ch$ [NC]
RewriteRule ^(.*)$ http://www.jardinbienêtre.ch/fr_FR/$1 [R=301,L]
And this doesn't work either:
RewriteCond %{HTTP_HOST} ^jardinbienêtre\.ch$ [NC]
RewriteRule ^(.*)$ http://www.xn--jardinbientre-yhb.ch/fr_FR/$1 [R=301,L]
And this doesn't work either:
RewriteCond %{HTTP_HOST} ^jardinbienêtre\.ch$ [NC]
RewriteRule ^(.*)$ http://www.jardinbienêtre.ch/fr_FR/$1 [R=301,L]
I guess the problen is the vocal "ê".
So how can i get this to work?
Thanks.