QUESTION

my cart is put on http //www.mysite.com/zencart
i redirect the main page to http //www.mysite.com from .htaccess

so, the site url is http //www.mysite.com when the first accessing the site, then showing http //www.mysite.com/zencart/... if clicking sth

now i use ssu (i have multiple languages for my site)

if i set multi language off, its ok. if i set multi language on, the url is http //www.mysite.com/zencart/en/ when first accessing, can i show it as http //www.mysite.com/en/ for first access then show http //www.mysite.com/zencart/en/... if clicking sth ?

WISH

1. now i could only set max category level to 1, show product url as http // ... /category-name/product-name
i'd like to show the product page as : http // ... /product-name
but even i set max level to 0, it doesn't work as i want.

2. for multi languages, i want the url like this :
first access: http //www.mysite.com
default language: http //www.mysite.com/zencart/...
other language: http //www.mysite.com/zencart/en/...