I have just made an HTML catalog and I noticed if from the HTML cataloag you try and click "VIEW CART" Or "REGISTER USER" link, this leads to 404 unknown page
View Cart Link points to:
http://www.mydomain.com/xcart/catalog/cart.php
Register User Link points to:
http://www.mydomain.com/xcart/catalog/register.php
They are supposed to point to:
http://www.mydomain.com/xcart/cart.php
http://www.mydomain.com/xcart/register.php
How can I fix this?