Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

securing the administration tool


bekwud

Recommended Posts

Posted

i really am a dummy.... i have passwrod protected my administration tool but my site still says the administration tool is not secure lookstuff.co.uk please help :P

Posted

use the secure domain for the catalog\admin\includes\configure.php

 

define('HTTP_SERVER', 'https://mysite321.com'); // eg, http://localhost - should not be empty for productive servers

Posted

Thanks for your help I do not take it for granted but is there an idiots guide to how I do that? I don't understand .... :(

Posted
i really am a dummy.... i have passwrod protected my administration tool but my site still says the administration tool is not secure lookstuff.co.uk please help :P

 

 

Password protecting your admin directory has notthing to do with being secure. Password protecting your admin just keeps people out of your admin section. When osC tells you that you are not secure it is talking about using secure url's ie: https: instead of http: If you have a ssl cert you can use the secure paths in your admin by changing the first HTTP: define in your admin/includes/configure.php file as noted above.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Archived

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

×
×
  • Create New...