Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with Database


conway

Recommended Posts

Not Found

 

The requested URL /my site/merchandise/account.php was not found on this server.

Apache/2 Server at web113.secure-secure.co.uk Port 443

 

I get this error message when I click on account. Is this right its a fresh install so I am unsure if its because no settings have been set up.

 

thanks

Link to comment
Share on other sites

Not Found

 

The requested URL /my site/merchandise/account.php was not found on this server.

Apache/2 Server at web113.secure-secure.co.uk Port 443

 

I get this error message when I click on account. Is this right its a fresh install so I am unsure if its because no settings have been set up.

 

thanks

Not likely a problem with the database. I would think it is more than likely a configure setting, or where your https server is pointing.

 

More info needed, like, what is the url to your shop? Let's have a look at it.

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Link to comment
Share on other sites

You need to go to your host and verify the directory that your https server points to. It should point to the same directory as your domain root.

 

Have you tested the shop without https enabled? Be sure it works that way first.

 

On another note, you should re-prioritize your thinking. See the Security Forum, the topic 'How to secure my site' and apply all the security patches before you go any further.

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Link to comment
Share on other sites

You need to go to your host and verify the directory that your https server points to. It should point to the same directory as your domain root.

 

Have you tested the shop without https enabled? Be sure it works that way first.

 

On another note, you should re-prioritize your thinking. See the Security Forum, the topic 'How to secure my site' and apply all the security patches before you go any further.

 

 

thanks will do that and look through the security forum topic you suggested.

Link to comment
Share on other sites

Have you tested the shop without https enabled? Be sure it works that way first.

 

Sorry how do I do that please? Am not sure how to switch it off or on thanks?

Link to comment
Share on other sites

Sorry how do I do that please? Am not sure how to switch it off or on thanks?

Look in the two configure.php files, each located in the includes folder. One in the shop one in the admin. Look for a line that reads...

 

 

define('ENABLE_SSL', 'true');

 

and change it to

 

define('ENABLE_SSL', 'false');

 

Then test your store for everything.

Community Bootstrap Edition, Edge

 

Avoid the most asked question. See How to Secure My Site and How do I...?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...