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.

 

For example:

https://shiftcode.com goes to https://dtdyno.com

https://dtdyno.com goes to 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

 

Reply via email to