By pstein on
Assume I installed and adjusted Drupal a dir
\aa\bb\cc\html\test\drupalbase\*
Can I later just move the complete directory tree to a directory
\aa\bb\cc\html\prod\drupal\*
That would require that all pathes of the Drupal installation are relative.
Is this the case?
If move is not possible: What (=which parms in which config files)
do I have to modify to get an existing Drupal running in another dir?
Peter
Comments
From my experiences, I have
From my experiences, I have no problem moving around Drupal sites. All paths are relative to the based path.
Sometimes I need to config, if I turn on CleanURL (mod_rewrite), I need to change the .htaccess file (in drupal based dir) to match the new directory tree depending on my new URI.