7月92014
nginx中配置emlog的rewrite规则
nginx中配置emlog的rewrite规则,在emlog站点的nginx配置文件里加入:
location / { index index.php index.html;
nginx中配置emlog的rewrite规则,在emlog站点的nginx配置文件里加入:
location / {
index index.php index.html;
if (!-e $request_filename)
{
rewrite ^/(.+)$ /index.php last;
}
}
发表评论
木有头像就木JJ啦!还木有头像吗?点这里申请属于你的个性Gravatar头像吧!