SSL security on the Wiki states:
Catalog Side
Edit catalog/includes/config.php
define('HTTPS_CATALOG_SERVER', 'https://yoursite.com'); define('ENABLE_SSL_CATALOG', 'true');
Admin Side
Edit catalog/youradmin/includes/config.php
define('HTTP_SERVER', 'https://yoursite.com'); define('HTTP_CATALOG_SERVER', 'http://yoursite.com'); define('HTTPS_CATALOG_SERVER', 'https://yoursite.com'); define('ENABLE_SSL_CATALOG', 'true');
However oscMax 2.0.25 uses configure.php (minor change) but does not have the lines HTTPS_CATALOG_SERVER as defined above. Rather the lines are:
My
Line
# php code
14 define('HTTP_SERVER', 'http://www.yoursite.com');
15 define('HTTPS_SERVER', 'https://www.yoursite.com');
16 define('ENABLE_SSL', true);
So my questions are - should I first comment out line 15 when I define line 16 & 17? Do I still need to add the HTTPS_CATALOG_SERVER bit along with the HTTPS_SERVER (line 15 here)?
I will also add the recommended code to login.php to force SSL even if a direct URL is used as per http://wiki.oscdox.com/forcessl?s[]=ssl
Thanks!
John :-#)#





LinkBack URL
About LinkBacks









Bookmarks