Hello

I am creating a new website and the old website must be still running while configuring drupal. I installed drupal in the root folder, so I don't have to deal with url issues when I launch the new website. One problem: my old website uses index.php as index. how can I put the index.php of drupal in a subfolder while the files stay in the root folder?

Comments

vm’s picture

drupal is relative to its index.php file. You're better off putting drupal entirely in a subfolder. Drupal is modular thus it can be moved back to the root when it's complete or better yet develop locally.