Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

On Ubuntu 12.04 I tried to install Drupal6 but without a positive outcome.

localhost/drupal6/install.php just give me the plain install.php file, but the file don't run in order for me to complete the installation.

I copied apache.conf file to the sites-available directory:

sudo cp /etc/drupal/6/apache.conf /etc/apache2/sites-available/drupal6

Than run:

sudo a2ensite drupal6
sudo service apache2 reload

What is that I'm not doing right?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.