webmire Posted March 17, 2006 Posted March 17, 2006 Hi all, I am rather new to php....but so far it has been very easy to work with. :) My current problem is that the navigation link named "Top >>" (that resides at the top of the page where the breadcrumb trail appears) goes to a non-existing page. I can't seem to find where to fix that link. I would like it to go back to my homepage....not the catalog hompage if that is possible. Thanks for any suggestions.....
Guest Posted March 17, 2006 Posted March 17, 2006 Top is set to go to your root homepage; i.e. if your store is www.mydomain.com/catalog, "Top" should link to www.mydomain.com. This is taken from your includes/configure.php file.
webmire Posted March 17, 2006 Author Posted March 17, 2006 Thanks....that is what I thought....but it doesn't go there....it goes to something that I think is above that....ie instead of mydomain.com it goes to the server of that domain.
Guest Posted March 17, 2006 Posted March 17, 2006 check in configure.php you have define('HTTP_SERVER', 'www.mydomain.com'); and not anything else
Recommended Posts
Archived
This topic is now archived and is closed to further replies.