dabr在nginx下的伪静态规则



location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?q=$1 last;
}
}
最后更改: in 2017/05/26 16:05