ok ok I thought I found the answer but it didnt work. I am looking for a way to direct diffrent languages to diffrent pages using htaccess
this is what I tried then I tested it by setting netscape to japanesse but it didnt work
RewriteEngine On
RewriteCond %{HTTP_ACCEPT_LANGUAGE} ^en.* [NC]
RewriteRule ^/$
http://www.somesite.net/otherlanguages.html [L]
Thanks in advance
Brian