PDA

View Full Version : changing drupal directory


BryceI
03-27-2006, 12:39 PM
I installed vbdrupal to play around with it, with my forums at the root of my site, and drupal in a /drupal subdirectory.

I've decided that I want the drupal installation at the root, with the forums in a subdirectory. I've moved the scripts around, but now I can't access the content I created in Drupal while it was in the subdirectory.

I've changed the paths in sites/default/config.php and in the vBulletin options -->vbDrupal settings. Is there any place else I should look?

Also, I can't access administer-->settings anymore either.

Alexandros Roussos
03-27-2006, 03:02 PM
I have a vbdrupal working as root with a /forums sub-folder for vbulletin.

Check out your config.php file to see if you didn't make any mistake on the path and verify the database connection string in settings.php.
________
Variable Cylinder Management (http://www.honda-wiki.org/wiki/Variable_Cylinder_Management)

BryceI
03-27-2006, 05:28 PM
I have a vbdrupal working as root with a /forums sub-folder for vbulletin.

Check out your config.php file to see if you didn't make any mistake on the path and verify the database connection string in settings.php.

I figured out the problem. I had renamed my index.php to drupalindex.php so I could work on drupal without interrupting service to my readers, but drupal didn't know about this.