I'm having problems getting a site to work on Bluehost. The site is built with Drupal 7. I uploaded the site, and can see the home page correctly. But links to other pages generate this error:
"The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete."
And, the url looks something like this:
http://66.147.244.135/~accento6/~accento6/~accento6/~accento6/~accento6/...
( This is the 'temp url' that the client received when they set up hosting with Bluehost: http://66.147.244.135/~accento6/ ).
I've already uncommented/edited the drupal 'settings.php' to read: $base_url = 'http://www.accentonvisionsf.com';
The client's domain name is managed on GoDaddy.com; I've redirected the nameservers on GoDaddy to the Bluehost nameservers: ns1.bluehost.com, ns2.bluehost.com. I redirected the nameservers AFTER I uploaded the site to try to solve this problem.
I took this project over from the original developer. The .htaccess file is the original file that came with the project. I've done nothing to that file.