hi,
I'm writing this post because something strange happen.
I'm using this .htacess code for one of my website:
It's used to redirect domain.net to http://forums.x10hosting.com/programming-help/www.domain.net
when I go to domain.net, it redirects to www.domain.net/fr
when I go to domain.net/en, it redirects to www.domain.net/en
but
when I go to domain.net/fr, it doesn't redirect (I'm still on domain.net/fr)
if I delete the last line, it's still doesn't redirect domain.net/fr.
I don't know why... have you an idea?
Edit:
any idea ?
I'm writing this post because something strange happen.
I'm using this .htacess code for one of my website:
Code:
RewriteEngine on
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^domain\.net$
RewriteRule ^(.*)$ http://www.domain.net/$1 [QSA,R=301]
RewriteRule ^$ /fr [L]
It's used to redirect domain.net to http://forums.x10hosting.com/programming-help/www.domain.net
when I go to domain.net, it redirects to www.domain.net/fr
when I go to domain.net/en, it redirects to www.domain.net/en
but
when I go to domain.net/fr, it doesn't redirect (I'm still on domain.net/fr)
if I delete the last line, it's still doesn't redirect domain.net/fr.
I don't know why... have you an idea?
Edit:
any idea ?
Last edited: