Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Session Id messing all static links


nafees

Recommended Posts

Posted

I am having a weird problem.

 

In my configure.php i have SSL enabled to 'true' for my paypal transactions. Paypal works fine. When i click on 'My Account' osC somewhere internally generates a unique session id. My 'Welcome sign in' page is displayed. But at this point all my other static page links which i have hard coded with href start giving 404 error. Ex: Contact Us, FAQ, Privacy Policy etc. It seems that the SESSION ID is getting attached to the href code just like shown below. Why would it do so ?

 

<a href="/catalog/aboutus.php?osCsid=0208cd62f127180c67f51776d3e0ed57" class="FooterNavigation">About Us</a>
<a href="/catalog/shipping.php?osCsid=0208cd62f127180c67f51776d3e0ed57" class="FooterNavigation">Shipping & Returns</a>
<a href="/catalog/faq.php?osCsid=0208cd62f127180c67f51776d3e0ed57" class="FooterNavigation">FAQ</a>
<a href="/catalog/contact_us.php?osCsid=0208cd62f127180c67f51776d3e0ed57" class="FooterNavigation">Contact Us</a>

 

When i disable SSL in configure.php the error disappears but Paypal is then not secure. How can i have SSL enabled to true and still get rid of 404 Error.

 

Please help, its been days that i am trying to figure this out and now it is becoming really frustrating.

Nafisa

Archived

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

×
×
  • Create New...