Setting Apache as Single Domain not Whole Root.
"Andrew Rosolino" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ssl.user |
|---|---|
| Organization | ShiftCode |
| Message-ID | <002b01c6d1e8$76d58380$c901a8c0@andrewlaptop> |
I currently bought https:// for my site dtdyno.com. The problem is that if you type https:// for my other sites it will forward to http://dtdyno.com <http://dtdyno.com/> . For example: https://shiftcode.com <https://shiftcode.com/> goes to https://dtdyno.com <https://dtdyno.com/> https://dtdyno.com <https://dtdyno.com/> goes to https://dtdyno.com <https://dtdyno.com/> I do not want it to-do that for the other domains, only dtdyno.com. Here is my a chunk from my httpd.conf <IfDefine SSL> <VirtualHost 66.98.242.36:443> ServerAlias www.dtdyno.com dtdyno.com BytesLog domlogs/secure2.dtdyno.com-bytes_log ServerName secure2.dtdyno.com ScriptAlias /cgi-bin/ /home/dtdyno/public_html/cgi-bin/ ServerAdmin [email protected] DocumentRoot /home/dtdyno/public_html User dtdyno Group dtdyno SSLEnable SSLCertificateFile /home/dtdyno/ssl/certs/dtdyno.com.crt SSLCertificateKeyFile /home/dtdyno/ssl/private/dtdyno.com.key SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown </VirtualHost> </IfDefine> ------------------------------------------------------- Sincerely, Andrew Rosolino ShiftCode.com