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?
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?