Guest Posted November 12, 2005 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?
Guest Posted November 13, 2005 Posted November 13, 2005 can anyone offer a suggestion? i've seen the solution here before, but i cannot find it in the search
mojo2185 Posted November 19, 2005 Posted November 19, 2005 http://www.oscommerce.com/forums/index.php?showtopic=155079&hl= i think that's what you're looking for.
knifeman Posted November 20, 2005 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
Guest Posted December 13, 2005 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.
Guest Posted December 13, 2005 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.