• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

OsCommerce with SSL PLESK for windows?

T

Traged1

Guest
How do I use OsCommerce behind an SSL certificate on PLESK for windows?

The SSL cert has been installed to the domain, Oscommerce has been modified to work after install through Application vault.

When installing Oscommerce PLESK will not allow me to specify /httpsdocs/ folder for install.

Once installed there is no config inside oscommerce to allow the use of SSL?

Strange. Do I have to manually install this app to the httpsdocs folder?

Also PLESK for Windows does not appear to allow for the use of a single folder for http and https?
 
Ok silly me, I just realized that you can use http and https in the same folder on IIS.

Also you need to edit your configure.php like:

define('HTTPS_SERVER', 'https://www.your-domain.com');
 
Back
Top