Hi All,
I was trying to setup SSL using forum commendations but seems there are several thing I missed here.
Here is what I have:
1) My shop is on subdomain as in http://shop.muanglao.com/default.php
as you can see, it doesn't work properly.
My configurations as follow:
In the /shop/include/configure.php
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'http://www.muanglao.com'); // eg, http://localhost - should not be NULL for productive servers
define('HTTPS_SERVER', 'https://www.muanglao.com'); // eg, https://localhost - should not be NULL for productive servers
define('ENABLE_SSL', 'true'); // secure webserver for checkout procedure?
define('DIR_WS_CATALOG', '/shop/'); // absolute path required
I also made a change to /shop/admin/include/configure.php
// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'http://www.muanglao.com'); // eg, http://localhost - should not be NULL for productive servers
define('HTTP_CATALOG_SERVER', 'https://www.muanglao.com');
define('HTTPS_CATALOG_SERVER', 'https://shop.muanglao.com');
define('ENABLE_SSL_CATALOG', 'true'); // secure webserver for catalog module
define('DIR_FS_DOCUMENT_ROOT', '/web/muanglao/public_html'); // where the
What else do I have to make changes to?
Thanks in advance
Laonux





LinkBack URL
About LinkBacks










Bookmarks