Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

The requested URL /create_account.php was not found on this server.


Guest

Recommended Posts

Please can someone help me with this problem as I can not create or Login to accounts I keep getting the above error message.

 

 

Do you have SSL turned on.

If so is your SSL Shared or private.

If shared get the correct Shared SSL address from your provider

 

I had the same problem, with a shared SSL, i found he correct settings of my hosting company. And this problem was fixed.

 

Otherwise navigate to yourdomain.com/shoppingcart/includes/configure.php

 

and change the following

 

ORIGINAL:

define('HTTP_SERVER', 'http://domainname.com'); // eg, URL to your store front

define('HTTPS_SERVER', 'https://servername/~username'); // Secure URL to your store front through SSL

define('ENABLE_SSL', true); // Leave as True.

define('HTTP_COOKIE_DOMAIN', 'domainname.com');

define('HTTPS_COOKIE_DOMAIN', 'domainname.com')

 

EDITED:

define('HTTP_SERVER', 'http://domainname.com'); // eg, URL to your store front

define('HTTPS_SERVER', 'https://servername/~username'); // Secure URL to your store front through SSL

define('ENABLE_SSL', false); // Change to false.

define('HTTP_COOKIE_DOMAIN', 'domainname.com');

define('HTTPS_COOKIE_DOMAIN', 'domainname.com')

 

Hope this helps

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...