This is a discussion on SSL Problem within the osCMax v1.7 Discussion forums, part of the osCMax v1.7 Forums category; I setup and installed a store at http://thevelveteenrabbitantiques.com/store/ when every I check out (to the enter account info page) I ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I setup and installed a store at http://thevelveteenrabbitantiques.com/store/ when every I check out (to the enter account info page) I get an error msg about some items are displayed as are not secure and some are. How do I fix that? For example https://www.thevelveteenrabbitantiqu...tore/login.php has that problem. Thanks, Sidney |
|
#2
| |||
| |||
| // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.thevelveteenrabbitantiques.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://www.thevelveteenrabbitantiques.com'); // eg, htps://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.thevelveteenrabbitantiques.com'); define('HTTPS_COOKIE_DOMAIN', 'www.thevelveteenrabbitantiques.com'); define('HTTP_COOKIE_PATH', '/store/'); define('HTTPS_COOKIE_PATH', '/store/'); define('DIR_WS_HTTP_CATALOG', '/store/'); define('DIR_WS_HTTPS_CATALOG', '/store/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); 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/'); //Added for BTS1.0 define('DIR_WS_TEMPLATES', 'templates/'); define('DIR_WS_CONTENT', DIR_WS_TEMPLATES . 'content/'); define('DIR_WS_JAVASCRIPT', DIR_WS_INCLUDES . 'javascript/'); //End BTS1.0 define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/thevelve/public_html/store/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); |
|
#3
| |||
| |||
| account suspended... cant help u there... i can help u by saying that you have to check if you dont use a banner that is located outside the secured server. check your template main file to see if you have any http:// and not https// there.. that all |
|
#4
| |||
| |||
| They killed me for uploading too many files at one time. |
|
#5
| |||
| |||
| Its back up now, I would really appreciate if you could help me out |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Email problem on webmail n aslo cupons problem | jikey | osCMax v2 Installation issues | 0 | 10-25-2006 11:43 PM |