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!
相关问题
- Drupal 8: How do I customize a form widget to show
- How to add reference column migration in Rails 6 w
- How do I copy all resources to a new namespace?
- How to Insert Identity by AddOrUpdate methode in S
- drupal :: order complete hook and upgrade user per
相关文章
- 关于使用EF Core 提示错误:列名AccountID1无效的问题
- Defining methods in Rails migrations
- django model save - override method not invoked du
- Render a Drupal node
- How to allow multiple blocks in a module of Drupal
- How can I redirect a Drupal user after they create
- SeamPhaseListener - Could not start transaction -
- Drupal 6: Getting custom fields into the database
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.
There are some important things to keep in mind before migrating from one Drupal instance to another
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...)
Check your httpd/apache conf file... be sure to add: