Magento在Nginx下的伪静态规则

2016-03-15 20:05:00
admin
原创
2166


location / {
	if (!-e $request_filename) {
		rewrite ^(.+)$ /index.php last;
	}
} 
将代码放置于nginx的conf中重启生效。


发表评论
评论通过审核后显示。
 
在线咨询
售前咨询
售后支持
电话咨询