Hi
thanks for your reply
I have had a look on the web for info about RewriteCond but I'm not entirely sure how I would use it
Ideally I would like
RewriteRule http://www.domain.com/test-dir/test-sub-dir/test/$ test\.php?p_id=96&l=en
to access the page test.php, get the english text and display
http://www.domain.com/test-dir/test-sub-dir/test/
in the browser address bar, and also that
RewriteRule http://www.other-domain.cn/test-dir/test-sub-dir/test/$ test\.php?p_id=96&l=cn
would access the exact same page test.php, get the chinese text and display
http://www.other-domain.cn/test-dir/test-sub-dir/test/
in the browser address bar
would the RewriteCond do that ?
thanks