Guest Posted November 12, 2005 Share Posted November 12, 2005 at present, my "Top" breadcrumb goes to index.php (i have search engine url's... so it's pointing to index.html), how can i force it to go to / instead? Link to comment Share on other sites More sharing options...
Guest Posted November 13, 2005 Share Posted November 13, 2005 can anyone offer a suggestion? i've seen the solution here before, but i cannot find it in the search Link to comment Share on other sites More sharing options...
Guest Posted November 13, 2005 Share Posted November 13, 2005 edit: oops... i replied to the wrong topic Link to comment Share on other sites More sharing options...
mojo2185 Posted November 19, 2005 Share Posted November 19, 2005 http://www.oscommerce.com/forums/index.php?showtopic=155079&hl= i think that's what you're looking for. Link to comment Share on other sites More sharing options...
knifeman Posted November 20, 2005 Share Posted November 20, 2005 I was wondering why we can't just change the define for DEFAULT to (/) instead of index.php. Someone else asked this in the other post but nobody responded. I tried it and get parse errors. So maybe there is more to it than just putting in the slash. Tim Link to comment Share on other sites More sharing options...
Guest Posted December 13, 2005 Share Posted December 13, 2005 i have already tried that too, but it just produced a bunch of lang errors. i think other functions call upon the index.php, so it's probably easier making it separately defined. Link to comment Share on other sites More sharing options...
Guest Posted December 13, 2005 Share Posted December 13, 2005 The default behavior of osc does that ie goes to the root of the domain. $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); where HTTP_SERVER comes from the cofigure.php That should get you to the root of the domain. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.