0

I Backed up my site then totally re-did my server with a different Control Panel which created a different directory structure /var/www/vhosts/user/site.com/httpdocs I put the files into the httpdocs folder and put the database back correctly (I think) I can see the main page but clicking on any links gets me a Not Found Message I have tried running update.php and I cannot access /user/login either.

1 Answers1

0

Looks like your apache doesn't have mod_rewrite enabled, which is needed to have clean urls enabled in Drupal. Make sure to enable that... in Ubuntu a2enmod rewrite will do the trick.

Try going to ?q=user/login and see if that allows you to login to your site.