Voting

: four minus one?
(Example: nine)

The Note You're Voting On

zhaozhi406 at 163 dot com
9 years ago
the nginx rewrite rule should be:

if (!-e $request_filename) {
rewrite ^/(.*) /index.php?$1 last;
}

<< Back to user notes page

To Top