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.

link|improve this question
Can you give us a link to your site so we can check it out? – toor Jun 3 '10 at 0:40
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.