J
jayzee
Guest
Hi,
I have a wild card SSL cert for a domain *.secureserveruk.com
I want to be able to use the SSL cert on multiple shops and was hoping to be able to do some thing like.
Main part of unsecured site
http://www.shop1.com
and then for the secure part of the site
https://shop1.secureserveruk.com
and then for future shops I woudl be able to do
http://www.shop2.com
https://shop2.secureserveruk.com
I am running plesk 8.1 and have got my SSL cert configured but my problem is I want the shop php script for each shop to only be in one directory.
the only suggestion I have come up with so far is to have a copy of the shop script in both the
/var/www/vhosts/shop1.secureserveruk.com/httpsdocs/
and
/var/www/vhosts/shop1.com/httpdocs/
I want to avoid this if at all possible as it is going to cause me no end of problems trying to keep the files upto date with each other.
I have tried to edit the
/var/www/vhosts/shop1.secureserveruk.com/conf/httpd.include file to change the document root to the
/var/www/vhosts/shop1.com/httpsdocs/
directory but this doesn't work properly, it will either download the file or display the contents of the file within the browser but without processing the php.
Is it possible to do what I want to? I have seen other people wantig to do the equivilant of
https://www.secureserveruk.com/~shop1/
https://www.secureserveruk.com/~shop2/
and this seems possible
thanks for any help
jay
I have a wild card SSL cert for a domain *.secureserveruk.com
I want to be able to use the SSL cert on multiple shops and was hoping to be able to do some thing like.
Main part of unsecured site
http://www.shop1.com
and then for the secure part of the site
https://shop1.secureserveruk.com
and then for future shops I woudl be able to do
http://www.shop2.com
https://shop2.secureserveruk.com
I am running plesk 8.1 and have got my SSL cert configured but my problem is I want the shop php script for each shop to only be in one directory.
the only suggestion I have come up with so far is to have a copy of the shop script in both the
/var/www/vhosts/shop1.secureserveruk.com/httpsdocs/
and
/var/www/vhosts/shop1.com/httpdocs/
I want to avoid this if at all possible as it is going to cause me no end of problems trying to keep the files upto date with each other.
I have tried to edit the
/var/www/vhosts/shop1.secureserveruk.com/conf/httpd.include file to change the document root to the
/var/www/vhosts/shop1.com/httpsdocs/
directory but this doesn't work properly, it will either download the file or display the contents of the file within the browser but without processing the php.
Is it possible to do what I want to? I have seen other people wantig to do the equivilant of
https://www.secureserveruk.com/~shop1/
https://www.secureserveruk.com/~shop2/
and this seems possible
thanks for any help
jay