QUOTE
Originally posted by Squire
conf.include?
Plesk will automatically create an httpd.include file in the /home/httpd/vhosts/domain.com/conf directory for each domain. I think this is what you're referring to?
Yes, this file gets overwritten. If you want to make changes to a site's configuration create a vhost.conf file in this same directory and rebuild the domain with the websrvmng utility.
hehe, yes, I was referring to the httpd.include file... sorry.
I did as you said and it works perfectly. Thank you for that.
Nuther question... the apache generated httpd.conf file has this in it:
[PHP]
ServerName secure.musclesmart.com:80[/PHP]
This gives http://secure.musclesmart.com a webpage (Plesk generates a default page) but I don't want that page to show up.
How can I force that URL to deliver the https location, where I have a ssl cert installed? I'd rather not do it by a client side re-direct.
Any thoughts?