Dear all,
I have a problem with my drupal installation. Recently I decided to change our hosting because was too expensive, so I'm going to use a local server (Linux Static and Public IP) with apache, php 7 and MSQL. The people from our old hosting sent me a migration file containing two folders (www and privatefiles) on private files I have the database in gzip format and sql format, on www I have the site folder but without settings.php file. I've install the database in my localhost server, with no problems, and copy the www folder into /var/www/html folder. I copy the www content to /var/www/html/drupal folder, when I access it ask me about installation (there is a install.php file in the root folder) If I delete it, I can try to make an "update.php" and everything looks ok but when I try to access the site I have the message "The request URL /drupal/en" was not found on this server... I don't know why I'm receiving this message or what can I do... Sometimes I can access the front page, but without any style, just something like text and images, but when I click on any link I have the message "the requested URL /drupal/en" was not found on this server. I have to say that the database access is correctly configured in my settings.php file.

Any idea?

I need help, I'm really new in drupal.

Thanks a lot

Manuel

Comments

hepabolu’s picture

Could it be that you are missing the rewrite rules in .htaccess?

alpiste’s picture

Thanks a lot, hepabolu,

This was one of the problems. The other was the clean URLs. I've made a clean installation of drupal, activate the clean URLs and overwrite sites folder with my data, and now it's working correctly..

Many thanks

Alpiste