Hello,

i'm in the progress of moving my zen cart installation into a new folder on my server.

Actualy i though it would be easy

Zencart was/is up and running in the root folder of my server.
Because we want to add some other contect under our domain we decided to move zen cart into a subfolder.

What i did so far:
1)Created new Sub Folder
2) Make copy of existing database ( i wanted to test everything first and keep my page online at the same time)
3) Copied all Zen cart files from root to new Sub Folder
4) Edited the two configure.php files regarding the new folder and DB info

Now i have two running versions of zen cart on my folder.

One in root which is live and customers still ordering. The other one in my subfolder, running on a database copy from yesterday.

The copy in the subfolder load up fine and on the index page are all links correct. base href is correct.
When i open one product page, it changes base href from the subfolder back to root. The page still loads fine, because the other version is still online, but i switched between the two copies.

Here are the links for your reference:

Root Version:
www.danmoto.com

Subfolder
http://www.dan-moto.com/DM_US/

Any idea how this happens? I would guess somewhere it should load HTTP_SERVER . DIR_WS_CATALOG, but loads only HTTP_SERVER.

But in which PHP file?
I'm a little lost because i did not setup the page and i have no documentation aboutmodifications which have been carried out on this page.

HELP