massimo_verza Posted March 5, 2008 Posted March 5, 2008 Hi together, I am a new oscommerce user and I have a problem which I am running around since now two days, and I am getting crazy. After the installation with the demo Database everything seams to work perfectlly. I have made the changes that it I need (basically they are some new entries like Impressum etc.). After I have made all the needed changes, now the problem is the following: When I click on the Mainpage to one categories always the mainpage will be displayed. I have figured out, that the URL string is wrong. On my shop the following URL string will be called: http://www.expo-trading.com/index.php/cPath/21 If I replace on the end of the url String the slash with question mark and the final slash with the equal sign, then it works http://www.expo-trading.com/index.php?cPath=21 The strange thing is, I don't know where to change the string. Can anyone help me out? Thanks Mass
germ Posted March 5, 2008 Posted March 5, 2008 Login to your Admin Click on "Configuration" On that page set "Use Search-Engine Friendly URL's (still in development)" to false Save it. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
massimo_verza Posted March 5, 2008 Author Posted March 5, 2008 Login to your Admin Click on "Configuration" On that page set "Use Search-Engine Friendly URL's (still in development)" to false Save it. Hi Germ, Thanks for your answer. I have found now a way to solve it. I have edited the file html_putput.php and changed the entries in the following lines: $link = str_replace('?', '?', $link); $link = str_replace('&', '&', $link); $link = str_replace('=', '=', $link); Now it works perfectly.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.