Hello,
in order to upgrade safely a 4.7.6 site to 5.0 I have replicated the whole mysql database, copied all the drupal directory to another folder (cp -r -p drupal drupal_new), modified settings.php in drupal_new to point to the replicated database, pointed apache to drupal_new.
When I point the browser at mysite.net, the home page appears OK. When I click on the login button I get the login form OK.
When I enter user name and password and click login , I get
Not Found
The requested URL /user/login was not found on this server.
The server log says:
File does not exist: /var/www/html/drupal_new/user, referer: http://mysite.net/?q=user/login
After that, I discovered that, while the home page displays OK, no link from it works.. If I, for example, click on a menu entry in the home page pointing to "http://mysite.net/taxonomy/term/1", I get
Not Found
The requested URL /taxonomy/term/1 was not found on this server
and in the apache log:
File does not exist: /var/www/html/drupal_new/taxonomy, referer: http://mysite.net/