Hi,
I have a SSL cert for my website.
Ive made a change in the network setup to point the website url to https
I have a .htaccess file on the server with the following code as instructed by the hosting company
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
The issue I'm having is an Internal Error when trying to add to the cart via the CGi-BIN folder. All permissions are setup correctly.
Any pointers would be great.
I have a SSL cert for my website.
Ive made a change in the network setup to point the website url to https
I have a .htaccess file on the server with the following code as instructed by the hosting company
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
The issue I'm having is an Internal Error when trying to add to the cart via the CGi-BIN folder. All permissions are setup correctly.
Any pointers would be great.
Comment