location / { index index.php index.html; if (!-e $request_filename) { rewrite ^/(.+)$ /index.php?p=$1 last; } }
You must be logged in to post a comment.