Guest Posted August 9, 2005 Posted August 9, 2005 Yes I have searched the forums, the contributions, and I have called my host, but I can't seem to find a solution to securing the admin panel. If anyone has any links or info on this, please let me know. Thanks
♥PassionSeed Posted August 9, 2005 Posted August 9, 2005 Yes I have searched the forums, the contributions, and I have called my host, but I can't seem to find a solution to securing the admin panel. If anyone has any links or info on this, please let me know. Thanks <{POST_SNAPBACK}> You can modify your admin/includes/configure.php (replace *YOUR URL* with your URL. FIND: define('HTTP_SERVER', 'http://*YOUR URL*'); // eg, http://localhost - should not be empty for productive servers REPLACE with: define('HTTP_SERVER', 'https://*YOUR SECURE URL*'); // eg, http://localhost - should not be empty for productive servers
Halfpint Posted August 9, 2005 Posted August 9, 2005 Yes I have searched the forums, the contributions, and I have called my host, but I can't seem to find a solution to securing the admin panel. If anyone has any links or info on this, please let me know. Thanks <{POST_SNAPBACK}> Your host should have supplied you with a control panel from there you can password protect your admin
Sierrab Posted August 9, 2005 Posted August 9, 2005 Use .htaccess to protect the admin area, do a search on Google to find instructions on how to set it up. It works and it's free!! This is in addition to running it on a secure server Can't have too many safety features Steve
Recommended Posts
Archived
This topic is now archived and is closed to further replies.