You are viewing an old revision of this post, from December 19, 2014 @ 15:52:17. See below for differences between this version and the current revision.

Enable mod_rewrite in Nginx

How to enable mod_rewrite in Nginx?

You need to add the following line to Nginx configuration file:

  location / {
      try_files $uri $uri/ /index.php?q=$request_uri;
   }

Revisions

  • December 19, 2014 @ 15:52:17 [Current Revision] by admin
  • December 19, 2014 @ 15:52:17 by admin

Revision Differences

There are no differences between the December 19, 2014 @ 15:52:17 revision and the current revision. (Maybe only post meta information was changed.)

No comments yet.

Leave a Reply