I'm upgrading my site which uses drupal by doing a fresh install. My original drupal 5.x site is in directory Since renaming applications is not allowed I'm creating two additional apps to support swapping the installs as described in Rename webfaction application?. I'll install two new sites: My question is, since the original asked 03 Jan '12, 14:04 user |
The simplest thing to do would be to create a PHP 5.3 symlink app that points to the PHP 5.2 app directory, but then you'll end up with two apps that you need to keep track of. In my opinion, a better long-term solution is to create new 5.3 apps and copy your old 5.2 app files over to the new apps. answered 03 Jan '12, 17:08 seanf |