Hello again,
I was trying to find on this forum a way how to redirect the main page to /home, but didn't succeed. Please write me the rule or direct me into to correct thread.
(i want to come from www.example.com to www.example.com/home/en)
this code doesn't do it, maybe you can also show me what is wrong here:
RewriteCond %{THE_REQUEST} ^([A-Z]{3,9}\ /) [NC]
RewriteRule ^(.*)$ http://www.example.com/home/en[R=301,NC]
thanks in advance
spok