Alright alright stupid question I admit it. I found and grouped the 2 names. I am still getting no connection to the second server however. I did register with the same email and the sites are now group but the virtual host still seems unable to connect to the hleonegraphics.com site? I see nothing wrong with the virtual host info but just in case here it is.
#This tells apache it is a virtualhost
#and running on Port 80
<VirtualHost *:80>
#Ignore this but you must have it.
UseCanonicalName off
#This is the domain name
ServerName
#This is the domain alias
ServerAlias crackerentertainment.com
#This is the server admin email address
ServerAdmin kknapp@crackerentertainment.com
#This is where your website files are
DocumentRoot h:/
#This is where you cgi-bin is
ScriptAlias /cgi-bin/ "H:/
#This is where your logs are.
#Make sure the /domain/ folder exists
ErrorLog logs/crackerentertainment.com/error.log
CustomLog logs/crackerentertainment.com/access.log common
CustomLog logs/crackerentertainment.com/referer.log referer
CustomLog logs/crackerentertainment.com/agent.log agent
#This tells Apache to add the admin signature to any error pages etc.
ServerSignature EMail
#This ends the virtualhost directive
</VirtualHost>
#This tells apache it is a virtualhost
#and running on Port 80
<VirtualHost *:80>
#Ignore this but you must have it.
UseCanonicalName off
#This is the domain name
ServerName
#This is the domain alias
ServerAlias hleonegraphics.com
#This is the server admin email address
ServerAdmin heather@hleonegraphics.com
#This is where your website files are
DocumentRoot h:/
#This is where you cgi-bin is
ScriptAlias /cgi-bin/ "H:/
#This is where your logs are.
#Make sure the /domain/ folder exists
ErrorLog logs/hleonegraphics.com/error.log
CustomLog logs/hleonegraphics.com/access.log common
CustomLog logs/hleonegraphics.com/referer.log referer
CustomLog logs/hleonegraphics.com/agent.log agent
#This tells Apache to add the admin signature to any error pages etc.
ServerSignature EMail
#This ends the virtualhost directive
</VirtualHost>
Take a look and let me know or at least point me in the right direction.
thanks