Hello,

I have a question about the Drupal 7 install path. It seems like when you install a fresh D7 website you have a few MySQL tables filled with the path used for the setup :

  • cache_bootstrap
  • menu_router
  • variable
  • watchdog

Let's say I want to develop a test website on mysite.com/test. Will I be able to migrate both the files and the database to mysite.com without any change in the DB even if the first path used for the development is different from the new one for production ?

Thank you

Comments

vanz’s picture

Nobody knows ?

heymo’s picture

Hey, I was wondering that as well - have you ever found a solution?