balthor7 Posted May 30, 2008 Posted May 30, 2008 hello, I activated the "SSL" on my host (hostexcellence), I made a request "SSL" to reach the administration of my web site, I edit file configure.php in the following manner : define('HTTP_SERVER', 'https//idact39.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', ''); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', $DOCUMENT_ROOT); // 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', '/admin/'); and therefore I access my administration with an "https", but the trouble comes when I want to move from one page to another of my administration. I returns to "http" and therefore whenever I receive an error message... what should I do to fix it? osCommerce 2.2-MS2.
web-project Posted May 30, 2008 Posted May 30, 2008 try the following: define('HTTP_SERVER', 'https//idact39.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', 'http//idact39.com'); define('HTTPS_CATALOG_SERVER', 'https//idact39.com'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you.
balthor7 Posted June 2, 2008 Author Posted June 2, 2008 sorry but this don't change my probleme... what do I can doing? osCommerce 2.2-MS2.
♥FWR Media Posted June 2, 2008 Posted June 2, 2008 sorry but this don't change my probleme... what do I can doing? define('DIR_FS_DOCUMENT_ROOT' should be a fullpath to your install define('HTTP_SERVER', 'https//idact39.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', '/'); define('HTTPS_CATALOG_SERVER', '/'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', 'FULL PATH HERE'); // (eg, /usr/local/apache/htdocs) define('DIR_WS_ADMIN', '/admin/'); Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work.
balthor7 Posted June 10, 2008 Author Posted June 10, 2008 define('DIR_FS_DOCUMENT_ROOT' should be a fullpath to your install define('HTTP_SERVER', 'https://idact39.com'); // eg, http://localhost or - https://localhost should not be NULL for productive servers define('HTTP_CATALOG_SERVER', '/'); define('HTTPS_CATALOG_SERVER', '/'); define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', 'FULL PATH HERE'); // (eg, /usr/local/apache/htdocs) define('DIR_WS_ADMIN', '/admin/'); I have test this solution, but this wasn't good. my URL always returns to "http" instead of staying in "https" when I change my administration page. So I try with the 2 solutions at the same time, but this na not solved my problem... Edit : I have replace "FULL PATH HERE" by "/hsphere/local/home/grincheu/idcat39.com/" osCommerce 2.2-MS2.
♥FWR Media Posted June 10, 2008 Posted June 10, 2008 I have test this solution, but this wasn't good. No you are wrong this should be a full path not $DOCUMENT_ROOT. I think what you meant was .. Thanks for showing me the best way to do that part but I'm afraid that I have still messed up my configure.php files and am in need of more help!! Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work.
balthor7 Posted June 11, 2008 Author Posted June 11, 2008 No you are wrong this should be a full path not $DOCUMENT_ROOT. I think what you meant was .. Thanks for showing me the best way to do that part but I'm afraid that I have still messed up my configure.php files and am in need of more help!! You are right ! I applied all you suggested but the error always is there. The $DOCUMENT_ROOT has been modified to reflect the full path. I need help and it becomes URGENT for me to get the answer... If you need, I can send you my config.php file. Thanks for your HELP. osCommerce 2.2-MS2.
balthor7 Posted June 11, 2008 Author Posted June 11, 2008 I have found the error!!! :) I haven't change the "local/configure.php"... ;) So they don't call the good path osCommerce 2.2-MS2.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.