Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

403 Forbidden error when trying to access account or login etc


kywee

Recommended Posts

Hello,

 

When I try to login, make an account, checkout, etc, I ge this message:

 

 

You don't have permission to access /checkout_shipping.php on this server.

 

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

 

 

Today I changed the permission of my includes/configure.php file by uploading a chmod.php file with 0400 permissions into my main root. It changed the permissions on the configure file, but I don't know if this could be the problem.

 

Do I have to go through every file 1 by 1 and change the permissions? TIA

Link to comment
Share on other sites

If you haven't gotten SSL set up yet, then you need to make sure ENABLE_SSL in includes/configure.php and admin/includes/configure.php is set to false.

 

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 

If you have a certificate and are ready to get it working, see:

 

http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/75

Contributions

 

Discount Coupon Codes

Donations

Link to comment
Share on other sites

If you haven't gotten SSL set up yet, then you need to make sure ENABLE_SSL in includes/configure.php and admin/includes/configure.php is set to false.

 

define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 

If you have a certificate and are ready to get it working, see:

 

http://www.oscommerce.info/kb/osCommerce/G...mon_Problems/75

 

 

I still get the same message after setting both to false.

Link to comment
Share on other sites

Does the link say http://.../shopping_cart.php or https://.../shopping_cart.php?

 

I fixed it. It was something messed up w/ my permissions. I just replaced the config file from my other store. Thanks for the help.

Link to comment
Share on other sites

  • 10 months later...
I fixed it. It was something messed up w/ my permissions. I just replaced the config file from my other store. Thanks for the help.

 

I dont get what you did because im having the same problem....it had to do with your config file and that was it? What file permissions is your config file?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...