ibby Posted March 21, 2008 Posted March 21, 2008 Help Please I am experimenting with opeing a new site, and I am alittle lost. site url http://www.flashymobiles.co.uk/ when you add a item to the cart, and then click checkout It errors and says "Forbidden You don't have permission to access /checkout_shipping.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request " Ideas what would be causing this ? Thanks
hfreesh Posted March 21, 2008 Posted March 21, 2008 Try using FTP to check the file permissions and ownership of the checkout_shipping.php an other checkout modules. Help Please I am experimenting with opeing a new site, and I am alittle lost. site url http://www.flashymobiles.co.uk/ when you add a item to the cart, and then click checkout It errors and says "Forbidden You don't have permission to access /checkout_shipping.php on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request " Ideas what would be causing this ? Thanks
germ Posted March 21, 2008 Posted March 21, 2008 You're using a shared SSL certificate, and the SSL URL in your configure.php files isn't correct. Contact your host and find out what your SSL URL is supposed to be, and alter your configure.php to match. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
ibby Posted April 9, 2008 Author Posted April 9, 2008 You're using a shared SSL certificate, and the SSL URL in your configure.php files isn't correct. Contact your host and find out what your SSL URL is supposed to be, and alter your configure.php to match. Hi I have found the configure.php But cant find any place to change my SSL url. :blush: Thanks for your help
germ Posted April 9, 2008 Posted April 9, 2008 Looks something like this: define('HTTPS_SERVER', 'https://www.yoursite.com'); // eg, https://localhost - should not be empty for productive servers If you want you can post the configure file. JUST BE SURE TO LEAVE OUT THE DATABASE ACCESS DATA THAT IS TOWARDS THE BOTTOM OF THE FILE. IT MAY CONTAIN YOUR USERNAME/PASSWORD. THAT SHOULDN'T BE POSTED. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
ibby Posted April 9, 2008 Author Posted April 9, 2008 Looks something like this: define('HTTPS_SERVER', 'https://www.yoursite.com'); // eg, https://localhost - should not be empty for productive servers If you want you can post the configure file. JUST BE SURE TO LEAVE OUT THE DATABASE ACCESS DATA THAT IS TOWARDS THE BOTTOM OF THE FILE. IT MAY CONTAIN YOUR USERNAME/PASSWORD. THAT SHOULDN'T BE POSTED. Reason why I couldnt find it was I was looking at the wrong file! :lol: Any way its broken now, even more! when I click on the Checkout button, it says "hostgator page can not be found" keep the ideas comming please. :'(
germ Posted April 9, 2008 Posted April 9, 2008 I can't help until you post your configure.php file (minus the DB info) and what URL your host told you to use for SSL. Somehow I don't think https://secure139.hostgator.com/~ibby is correct. That takes me to some forum... :blush: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.