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
For example:
goes to goes to
I do not want it to-do that for the other domains, only dtdyno.com.
Here is my a chunk from my httpd.conf
Sincerely,
Andrew Rosolino
For example:
goes to goes to
I do not want it to-do that for the other domains, only dtdyno.com.
Here is my a chunk from my httpd.conf
Code:
<IfDefine SSL>
<VirtualHost 66.98.242.36:443>
ServerAlias [URL unfurl="true"]www.dtdyno.com[/URL] dtdyno.com
BytesLog domlogs/secure2.dtdyno.com-bytes_log
ServerName secure2.dtdyno.com
ScriptAlias /cgi-bin/ /home/dtdyno/public_html/cgi-bin/
ServerAdmin webmaster@dtdyno.com
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