View Single Post
  #1  
Old 08-13-2003, 07:12 PM
 
fearthespear fearthespear is offline
 

Senior Member
  
Join Date: Apr 2003
Posts: 124
 

Default how to fix links in CATALOG?

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?
Reply With Quote