By cvuijlst on
Hi,
I'd like to set up a Drupal 5 version in my main webroot-directory. Is it possible to rename the default index.php that comes with Drupal 5 beta to index2.php so I can keep my old site (which doesn't work with Drupal) up and running while I'm working on a new site with Drupal?
Comments
Hmm... not so easy if you
Hmm... not so easy if you want URLs like http://www.yoursite.com/blabla/blablabla to bring up your old site.
The simplest solution is to put drupal in a /drupal subdirectory and set up a http://drupal.yoursite.com subdomain to access it from there. That will make it more straightforward to move it to your web document root later, because no subdirectory path will appear in the URLs.
I'd be interested in this as well
Anyone?