Jump to content

https://https//www ssl broken


Recommended Posts

Hi all can some please help with a slight issue I have, I organilly installed presta shop 1.4.3 on a standalone centos 5.6 machine with ssl certs from rapid ssl the site has worked perfectly, yesterday I decided to add some virtual directors so I can host more then one site, the ssl is still working, if I manually type in https://www.sitename.com but if I click on the cart it gets diverted to

https://https//www.sitename.com here is the http.conf section for my virtual host directory I don't think there is anything that looks wrong with this if anyone else has any other pointer please help

 

paul

 

 

 

<VirtualHost *:80>

ServerAdmin [email protected]

DocumentRoot /var/www/html

ServerName sitename.com

ServerAlias www.sitename.com

ErrorLog logs/sitename.com-error_log

CustomLog logs/sitename.com-access_log common

</VirtualHost>

 

 

<VirtualHost *:443>

SSLEngine on

SSLCertificateFile /etc/pki/tls/certs/ca.crt

SSLCertificateKeyFile /etc/pki/tls/private/ca.key

SSLCertificateChainFile /etc/pki/tls/private/ca.crt

<Directory /var/www/html>

AllowOverride All

</Directory>

DocumentRoot /var/www/html

ServerName sitename.com

ServerAlias www.sitename.com

</VirtualHost>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...