This is my rewrite code under nginx, I wondered, why when I enter the address Not normal visit Is not an error But direct download?
location /jiazu/ {
if (!-e $request_filename) {
rewrite ^/jiazu/(.*)$ /jiazu/public/index.php?_url=/$1;
}
}