I've done some major searching and I am having an issue with my install when I go to http://mydomain.com it goes to http://###.##.###.### (IP address) automatically and I changed the base URL in settings.php, put in a clean .htaccess file etc. Is there something I am missing? Thanks.

Comments

did you check whether this

did you check whether this happens with a non-Drupal page. make an index.html file,
e.g. if you like to do it from command line:
# touch index.html
# echo hello > index.html
Change .htaccess

# Set the default handler.
DirectoryIndex index.php

to
# Set the default handler.
DirectoryIndex index.html

And check whether it still happens? If so obviously it is DNS record problem, not connected with Drupal.

nobody click here