secure.domain.com (SSL) and www.domain.com point to the same content?

SilveR

New member
Joined
Sep 21, 2004
Messages
3
We're moving to a new server with DA on it, but we've ran into some problems with the way our site is setup.

We have https://secure.domain.com point to the same content as http://www.domain.com.

Now we had to edit the httpd.conf file to get this to work on the old server, but I guess we cant do that with DA because it overwrites those changes.

Any idea on how to point the https secure subdomain to the same content as the regular domain without using the public_html and private_html folders?

Basically, this is what I want:

www.domain.com -> /home/domain/public_html
secure.domain.com (with SSL) -> /home/domain/public_html


Any ideas?
 
Now we had to edit the httpd.conf file to get this to work on the old server, but I guess we cant do that with DA because it overwrites those changes.

I believe if you make these changes in the individual sites httpd.conf file through the control panel, they will not be overwritten... I'm not 100% positive, but I seem to remember hearing that discussed. Give that a shot first.
 
Thanks. That would probably work as well.

What I did was copy and paste the stuff out of the user httpd.conf file and into the real httpd.conf file and changed a few paths.

It works fine without overwriting anything, but requires a bit of manual work to get working.
 
Back
Top