Hi
I just download and install drupal 4.6.6 and created some necessary settings. But when i run on my localhost, it doesn't show the images and just show the plain text site and i can't create a new admin account. When i click to create, it show only apache server page.
How can i fix that problem? Is it because of my old version of drupal 4.6.3 or not? Please advise me. Thank you.

Comments

Mamouri’s picture

There is a file named setting.php located in sites/default directory of your drupal directory. Maybe you dont type your website directory correctly in $base_url variable. if you installed your drupal in drupal folder locate on you htdocs on apache this line must be something like this:

/**
 * Base URL:
 *
 * The URL of your website's main page. It is not allowed to have
 * a trailing slash; Drupal will add it for you.
 */
$base_url = 'http://localhost/drupal';

Regards