views:

440

answers:

4

I am attempting to migrate hosts and am having issues migrating from one Drupal instance to another. I have a multi-site install. I am attempting to maintain the files/code as well as databases. I have transferred the files from the instance of Drupal from my old server to the new server. I have exported the databases via phpmyadmin and imported them back in with cli. For some reason the homepages for my sites work but the internal pages do not. When i try to navigate to a page I get The requested URL was not found. I have installed and ran a new instance of drupal 6 (same version) on the new server and it seems to work fine. I assume it is something I am doing wrong with the porting process? Any help greatly appreciated!

+6  A: 

Did you transfer the .htaccess file(s) too ?

Those are "hidden" (their name is starting with a '.'), and not shown by default by some FTP transfer software...

(I've seen exactly this problem a couple of days ago, and getting the .htaccess from the old server and putting it on the new one saved the day ^^ so maybe you're having this problem too...)

Pascal MARTIN
Wonderful, it worked! I am sorry that is such a noob mistake. Now I have successfully migrated my sites. Let me know if anyone wants help with their migration.
topCweb
Don't worry about mistakes : we all make mistakes ; and this one was quite funny, actually, the first time I saw it ^^ Have fun !
Pascal MARTIN
A: 

Just had the same thing, checkout your folders permissions. That was the case here, anyway.

+1  A: 

You could have avoided that by only migrating the sites/ directory. Extract the latest version on your new server and copy the modules, themes, and settings from your old site. Of course the database will need to move also.

This assumes your site is up to date and you haven't modified the drupal core. You may have a custom install profile to copy over too.

Rimian
I have done this with my most recent migration. Much easier.
topCweb
A: 

Hi everyone,

I need to make a drupal migration from 5.1 version to 6.17 or greater. Really, we will appreciate any type of help