kywee Posted December 27, 2005 Share Posted December 27, 2005 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 More sharing options...
kgt Posted December 27, 2005 Share Posted December 27, 2005 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 More sharing options...
kywee Posted December 27, 2005 Author Share Posted December 27, 2005 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 More sharing options...
kgt Posted December 28, 2005 Share Posted December 28, 2005 Does the link say http://.../shopping_cart.php or https://.../shopping_cart.php? Contributions Discount Coupon Codes Donations Link to comment Share on other sites More sharing options...
kywee Posted December 29, 2005 Author Share Posted December 29, 2005 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 More sharing options...
ibuddy Posted November 25, 2006 Share Posted November 25, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.