Drupal migration
April 23, 2009 11:44 AM Subscribe
We have a drupal site. Had to move to a new host. Drupal is all gibbled now. I don't know drupal, I have inherited the site maintenance. Any chance someone knows wtf I did wrong?
Our old host (Bryght) is shutting down so I got a new host. Bryght gave me a backup and I moved everything over.
Our Bryght site is still up so I wanted to test on our new site which is currently http://www##.ourhost.com/~ourname. The content is there but the CSS is not. It keeps claiming index.php doesn't exist if I try http://www##.ourhost.com/~ourname/drupal, but if I pop in http://www##.ourhost.com/~ourname/index.php it shows up (albeit without CSS or drupal template).
The links keep wanting to go to http://www##.ourhost.com/linkedpage instead of http://www##.ourhost.com/~ourname/linkedpage.
Basically it's finding the tables and the content, but nothing that makes our site look like our site and I can't move from page to page.
What did I do wrong? How can I set this up so it works? I'm out of my league here, I think.
posted by Salmonberry to computers & internet (3 answers total) 2 users marked this as a favorite
Try changing your '$base_url' inside of your 'settings.php' at [drupal installed location]/sites/default/settings.php.
If your Drupal install is getting confused about where the 'base' actually is, this will give it the information it needs.
posted by unixrat at 12:03 PM on April 23, 2009