davidp330 Posted February 8, 2008 Posted February 8, 2008 Hello, Anybody setup a SSL Cert who didn't upload the Catalog Folder? I uploaded my site without the Catalog folder I now am trying to configure SSL. I changed the Includes/Configure.php only one change which was Enable SSL to true I also changed admin/includes/configure.php to Enable SSS to true My question is do I have to Delete the stuff that Says Catalog since I do not have a Catalog Folder? Also all that needs to be done is set SSL to TRUE Right? My SSL does not show up so any help would be appreciated! Thanks
davidp330 Posted February 8, 2008 Author Posted February 8, 2008 Hey, I figured it out! It does not matter if you don't have the Catalog Folder you only Need to Touch 2 files to Setup SSL Using GODADDY. Step One- Change File Permissions of includes/configure.php to WRITE Change the file - includes/configure.php Change the 2nd line Just ADD THE S and SET TO TRUE like the example Original <?php define('HTTP_SERVER', 'http://www.yoursite12345678910.com'); define('HTTPS_SERVER', 'http://www.yoursite12345678910'); define('ENABLE_SSL', false); Changed CHANGE TO BELOW <?php define('HTTP_SERVER', 'http://www.yoursite12345678910.com'); define('HTTPS_SERVER', 'https://www.yoursite12345678910'); define('ENABLE_SSL', true); Set the file permissions back to normal the way it was before you edited it Step Two Change File Permissions of admin/includes/configure.php to WRITE it should be already set but check anyway. Change File - admin/includes/configure.php Change the 1st line of this code here is the original <?php define('HTTP_SERVER', 'http://yoursite12345678910'); define Change it to This below just add the S <?php define('HTTP_SERVER', 'https://yoursite12345678910'); define Change Code in Line 4 ('ENABLE_SSL_CATALOG', 'false'); define To ('ENABLE_SSL_CATALOG', 'true'); define This is all I did I am using a Cert from Godaddy.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.