Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What Could Be Causing My Links To Go Nuts?


inalilbubble

Recommended Posts

Posted

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.

Posted

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.

Posted

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.

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...