拽拽
管理员组

nginx下emlog伪静态规则

伪静态规则为

location / {
index index.php index.html;
if (!-e $request_filename)
{
rewrite ^/(.+)$ /index.php last;
}
}


#1楼
发帖时间:2015-7-16   |   查看数:0   |   回复数:0
游客组