Looks like the domain is resolving now. Here is some info for you guys.
I didn't see it posted here anywhere. To get to your control panel cPanel, use
Code:
http://yourdomain.com:2082
Then it's just username and password.
I'm a cPanel vet. If you need help with something in there, let me know.
Another thing too. Google sees these two addresses as different sites:
I put in the spaces and 'dots' to let you see it better.
Code:
http: // yourdomain dot com
and
http: // www dot yourdomain dot com
You want to use one or the other. Most suggest the 2nd one. The fully qualified domain name.
To get around folks using both address styles in links and such you can modify your .htaccess file inside the www or public_html folder.
Place this code in there and change 'yourdomain' to the actual domain name.
Code:
"again, remove the spaces in the domain parts, put the urls in there
and save it in your .htaccess file".
RewriteEngine On
RewriteCond %{HTTP_HOST} !^(.*)\.yourdomain\.com$ [NC]
RewriteRule ^(.*)$ http: // www dot yourdomain dot com /$1 [R=301,L]
Do that before you put your first link out there. That way everything gets written to the full URL. Try it out and see for yourself.
Or go to my new domain by typing
Code:
http: // hondaaccordcar dot com
without the spaces!