[osCommerce] Check out problem

Magic SEO URLs for CRE Loaded.
tburdeinei
Posts: 6
Joined: Mon Oct 05, 2009 5:00 pm

[osCommerce] Check out problem

Postby tburdeinei » Mon Oct 05, 2009 5:09 pm

on the site http://www.shopbodysense.com/oscommerce
when you try to checkout, it give the following error

The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
* This problem can sometimes be caused by disabling or refusing to accept
cookies.

I followed the install directions to the letter and the system does allow normal checkout with MSU turned off.
Any thoughts?

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [osCommerce] Check out problem

Postby inveo » Mon Oct 05, 2009 5:13 pm

Are you using normal Check out module included in pure osCommerce installation package?

tburdeinei
Posts: 6
Joined: Mon Oct 05, 2009 5:00 pm

Re: [osCommerce] Check out problem

Postby tburdeinei » Mon Oct 05, 2009 5:49 pm

Yes- I think so.
when you click the checkout link to
https://www.shopbodysense.com/oscommerc ... ipping.php
it sends you here:
https://shopbodysense.com/oscommerce/login.php

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [osCommerce] Check out problem

Postby inveo » Mon Oct 05, 2009 5:54 pm

I see it now. It is very common problem. There is nothing wrong with checkout process, but with login page https://shopbodysense.com/oscommerce/account/
It is caused by incorrectly configured mod_negotiation module loaded into Apache. You can worked-around it by unloading this module or by following this post (skip for files you don't have in your osCommerce installation).

tburdeinei
Posts: 6
Joined: Mon Oct 05, 2009 5:00 pm

Re: [osCommerce] Check out problem

Postby tburdeinei » Mon Oct 05, 2009 5:58 pm

Aren't those directions for the CRE Loaded cart, not Oscommerce?
How should I proceed?
Thank you for your help

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [osCommerce] Check out problem

Postby inveo » Mon Oct 05, 2009 6:03 pm

They are (CRE Loaded is osCommece based). Simply follow the directions.

tburdeinei
Posts: 6
Joined: Mon Oct 05, 2009 5:00 pm

Re: [osCommerce] Check out problem

Postby tburdeinei » Mon Oct 05, 2009 6:03 pm

I got it working- I found some directions for disabling mod_negotiation at the directory level.
Just add this to the top of your .htaccess file:

Code: Select all

Options -Multiviews


Thank you
Todd

inveo
Inveo Support
Posts: 1285
Joined: Sat Feb 02, 2008 12:07 pm
Contact:

Re: [osCommerce] Check out problem

Postby inveo » Mon Oct 05, 2009 6:49 pm

Great! Thanks for sharing it!