Adzzzz Posted August 10, 2006 Share Posted August 10, 2006 I have my admin dir setup on my shared ssl server, however when i access the admin cpanel all links/options point back to the admin dir on my non-ssl server, for example.. I load up my admin cpanel at: https://vault2.secured-url.com/myurl/catalog/admin/ everything loads fine, however all links within the cpanel point back to the admin dir on my non-ssl server.. http://www.myurl.com/catalog/admin/... Please Help! Any would be much appriciated. Thanks Adam Link to comment Share on other sites More sharing options...
♥Vger Posted August 11, 2006 Share Posted August 11, 2006 You need to edit the links in the admin/includes/configure.php file inside your secured folder. Vger Link to comment Share on other sites More sharing options...
Adzzzz Posted August 11, 2006 Author Share Posted August 11, 2006 Thanks for your answer, i though that would be the case and have already gone through that file several times can you see where i am going wrong? admin/includes/configure.php: define('HTTP_SERVER', 'http://www.myurl.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', 'http://www.myurl.com'); define('HTTPS_CATALOG_SERVER', 'https://vault2.secured-url.com/myurl'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', 'e:/sslroot/myurl/'); // where your pages are located on the server. if $DOCUMENT_ROOT doesnt suit you, replace with your local path. (eg, /usr/local/apache/htdocs) define('DIR_WS_ADMIN', '/catalog/admin/'); define('DIR_FS_ADMIN', 'e:/sslroot/myurl/catalog/admin/'); define('DIR_WS_CATALOG', '/catalog/'); define('DIR_FS_CATALOG', 'e:/sslroot/myurl/catalog'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/'); Link to comment Share on other sites More sharing options...
♥Vger Posted August 11, 2006 Share Posted August 11, 2006 Change all top three links to the Fasthosts shared ssl address. Vger Link to comment Share on other sites More sharing options...
Adzzzz Posted August 11, 2006 Author Share Posted August 11, 2006 Thats great it works now! I though as it said HTTP_ that it should point to the non-ssl sever. I will have to remember that for next time! Thanks Vger you have helped me out loads. Adam Link to comment Share on other sites More sharing options...
♥Vger Posted August 11, 2006 Share Posted August 11, 2006 You're welcome, but I can't help if your customers keep losing the contents of their shopping cart when going through checkout, or if orders don't get added to the database. Contact Fasthosts for those problems. Vger Link to comment Share on other sites More sharing options...
Adzzzz Posted August 11, 2006 Author Share Posted August 11, 2006 You're welcome, but I can't help if your customers keep losing the contents of their shopping cart when going through checkout, or if orders don't get added to the database. Contact Fasthosts for those problems. Vger Is it likely that these problems will occure? I have already spent a week on these forums to make sure that it will work on fasthosts, before i spent the money on the database & ssl. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.