Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I'm migrating my drupal websites from a server running with Apache web server to a Nginx server. The problem is, I can't access any of my websites on the nginx server. It redirects me to a 404 error page for all websites.

Any suggestion?

share|improve this question

1 Answer

up vote 0 down vote accepted

Were you using clean URL's before the migration? If this is the case, than you may need to set up mod_rewrite only for nginx. I have not used the server but found this article on how to achieve the same.

http://wiki.nginx.org/NginxHttpRewriteModule

Not sure if this is your problem though, although it might be.

share|improve this answer

Your Answer

 
discard

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

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