inalilbubble Posted June 5, 2007 Posted June 5, 2007 When I access the main page of my site everything is kosher. However, I click on anything within that main page and my address gets garbled. For example: http://woodluckllc.comdir_ws_http_catalogindex.php/?cPath=21 which is really supposed to be: http://woodluckllc.com/index.php/?cPath=21 and if you manually change the address which ever page you land on creates the same garbled links. I am guessing it may be an issue within the index.php file however I have no idea where to begin to look and how to correct. I have a feeling this would be something simple but its just beyond me.
inalilbubble Posted June 5, 2007 Author Posted June 5, 2007 Ok just incase someone has this same issue I am posting my solution. Apparently its an issue in your includes/configure.php file. You need to list the 'define' for the links that are acting weird. In my case it was DIR_WS_HTTP_CATALOG which I defined as define('DIR_WS_HTTP_CATALOG','/'); and the issue was corrected.
user99999999 Posted June 5, 2007 Posted June 5, 2007 That should have already been defined in your config. Maybe you put your admin config in your catalog.
satish Posted June 5, 2007 Posted June 5, 2007 YOu config file is faulty. I checked now and it appears that You have got it fixed. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
inalilbubble Posted June 5, 2007 Author Posted June 5, 2007 Yup my whole config file was on the fritz. I dont know why because it hasnt been edited for any mods at least not any of the ones I recently installed. I used a compare program and corrected all the define's that were wiggy.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.