I need to do one of two things. I have a site, www.moonthedog.com. It is an old blog that I want to replace with a Drupal version of the blog. The Drupal installation is in the subdirectory /Drupal/ and I want to move it to the primary directory.

An alternative, one that I would prefer, is if I can keep the installation where it is, but move the index.php file to the root directory. If I do this without modifying the install, I get nothing but errors.

Any ideas?

Thanks

Comments

psytwo’s picture

I've done this before. I just moved the contents of my /drupal sub directory to my www root directory and edited my .htaccess file :

RewriteBase /

Worked fine for me. What are the errors you get? Sorry I'm no php or mysql guru but that method worked for me :)

Dave