Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

404 not found


nafees

Recommended Posts

After observing too many '404 not found' error in my web site stats, i investigated to find out where it is coming. Finally pinned it down.

 

The error page comes when 'My Account' is displyed and i click on the footer links or links in the 'Good Read' section.

 

Any idea why this is happening. Please help. Many of my visitors are exiting the site because they keep getting the 404 error page.

 

My website is www.nafeeselements.com

 

Thanks,

Nafisa

Nafisa

Link to comment
Share on other sites

Can't check what happens when I enter the My Account area (don't have time to set one up). The links in the footer should not be pointing to https even when on a shared ssl page.

 

In your includes/configure.php file, where it says 'define https cookie domain', leave it like this:

 

define('HTTPS_COOKIE_DOMAIN', '');

 

Vger

Link to comment
Share on other sites

Can't check what happens when I enter the My Account area (don't have time to set one up).  The links in the footer should not be pointing to https even when on a shared ssl page.

 

In your includes/configure.php file, where it says 'define https cookie domain', leave it like this:

 

define('HTTPS_COOKIE_DOMAIN', '');

 

Vger

 

I checked, the includes/configure.php file already has the define as suggested by you.

 

To get this error on my website, there is no need to create an account. Just click on My Account to display the Sign In page and then try the footer links to get this error.

 

Would appreciate a solution to this.

 

Thanks,

Nafisa

Link to comment
Share on other sites

OK, digging further into the configure.php file i found that '404 error' goes away when in change

 

define('ENABLE_SSL', true);

 

to

 

define('ENABLE_SSL', false);

 

but i don't think this is the solution as i need this to be true.

 

So, what exactly do i need to do. Newbie, so need all the help.

 

Nafisa

Nafisa

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...