Quote Originally Posted by kubbos View Post
Hello
I have few questions, I`ve been searching this thread but without any results

1)Only one language for specific site
We have few shops running on Zen-cart/Multisite Module. We want to turn on specific language (specific languge ID) for specific site. Eg there is shop in czech domain shop.cz - we want to turn on only czech language for this shop.cz, there is also shop.sk - we want to turn only slovac languge for this domain.
2)"www" problem
When I try to reach www.site1.com it works fine, but when I try do this by typing "http://site1.com it sais: "the domain site1.com does not exist."
How to fix this problem?
3)what is the difference between "
define('CATEGORIES_START_MAIN', '108');
define('CATEGORIES_ROOT','108');
I mean what is better for seo


I would be very grateful if You could answer my questions
Thank You for Your replay
1) To change the language for each site you add this define to the config of that site
define('LANGUAGE_DEFAULT_SELECTOR','Default'); //Language Selector
I never messed with different languages so Im not sure but looks good to me.

2) The problem you are having with www. is a canonical domain issue. The best way to solve this is to use a .htaccess 302 redirect to the perferred display of your name either www.site1.com or site1.com. Look up .htaccess 302 redirects. It will help for SEO as well.

3) I dunno