minglou Posted June 13, 2003 Posted June 13, 2003 I saw some website the path like this: http://www.mywebsite.com/product_info.php/...products_id=397 not like this: http://www.mywebsite.com/product_info.php?...products_id=397 how can i change ? to / need help thanks
minglou Posted June 13, 2003 Author Posted June 13, 2003 i got this problem: in html_output.php change this $link .= $page . '?' . $parameters; to this: $link .= $page . '/' . $parameters; but what about this line: $separator = '?'; i changed this line to this: $separator = '/'; it seems no change at all, what is this for?
minglou Posted June 13, 2003 Author Posted June 13, 2003 after i change the ? to / i got errors: product not found! is anybody know how to fix it?
wizardsandwars Posted June 13, 2003 Posted June 13, 2003 Have you already tried the 'search engine safe urls' in admin>> configuration? ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.
minglou Posted June 13, 2003 Author Posted June 13, 2003 hi, thanks that works, but i saw this funtion: Use Search-Engine Safe URLs (still in development) anyway it works thanks BY the way, what if i were deleted $sid = SID; this line in html_output.php so there was no sid displayed at all . i don't know if this will work or what is the result? thank sean
wizardsandwars Posted June 13, 2003 Posted June 13, 2003 That would mean that peop;le without 'cookies enabled' on their computers wouldn't be able to ever order anything. ------------------------------------------------------------------------------------------------------------------------- NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit. If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.
funisuscom Posted July 11, 2003 Posted July 11, 2003 Would this be a real problem forceing people to use cookies.. Yahoo stores you must have cookies enabled to add more then on product to you cart. how may other e-com store require Cookies to be enabled With each pasting day my mind grows wiser and my heart grows older, but the memories remains the same.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.