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
No comments yet.