Here's a quick tip for installing Drupal on a Signature hosting account.
Follow the installation instructions on the Drupal site, but before you run the install script, modify your sites/default/settings.php file like this:
Fill in your database connection details in the following line:
$db_url = 'mysql://username:password@localhost/database';
Then fill the following line about the URL of your Drupal installation:
$base_url = '';
Save the settings.php file, then run the installer script.
I found this tip here.
Posted by Scott Girard on 11/24/07; 12:38:16 PM
from the dept.
|