smart-hosting
Dec 16 2003, 08:25 PM
I'm not sure if this is possible or not.
I want to allow
https://secure.domain.com
to go to the same place
http://domain.com is located.
in other words:
https://secure.domain.com/test.php is the secured site for
http://domain.com/test.php
is this possible?
Brad
eth00
Dec 17 2003, 07:41 AM
Make a backup of the httpd.conf first, then edit /etc/httpd/conf/httpd.conf
find the section for secure.domain.com and change the document root to be the same as domain.com
save out of the file and do
service httpd restart
to restart apache and you should be good to go
there might be some way in whm but never figured it out just because that method is so quick and easy
smart-hosting
Dec 17 2003, 05:48 PM
Yep worked like a charm!
thanks,
Brad