Store Configuration Files Check
The value for DIR_WS_HTTPS_CATALOG in the store side's configure.php file is wrong.
The current value for DIR_WS_HTTPS_CATALOG is “https:/”.
The value for DIR_WS_HTTPS_CATALOG must start with a slash.
Add a slash, /, to the start of DIR_WS_HTTPS_CATALOG.
The value for DIR_WS_CATALOG does not match the value for DIR_WS_HTTPS_CATALOG in the store side's configure.php file.
The current value for DIR_WS_CATALOG is “/onlineshop/”.
The current value for DIR_WS_HTTPS_CATALOG is “https:/”.
As Ceon URI Mapping uses static URIs, it is not possible for the store to use different paths for the base of the store's URIs. For example, different subdirectories cannot be used.
This means a shared SSL certificate - for example, of the format
http://shared-ssl-domain.com/store-username - cannot be used for the site once static URIs are being used.
You must change the value for DIR_WS_CATALOG to match that of DIR_WS_HTTPS_CATALOG.
To be able to make this change, and still have the site work correctly, may require purchasing and installing an SSL certificate for the store's domain.
Bookmarks