linux+nginx二级域名的规则,献分跪求,不够再加
问个二级域名的问题,求解
nginx下边实现动态二级域名的规则咋写呀?
linux+nginx,这种环境有人在用不?
www.abc.com
加有个子目录下边有一个index.php,现在的访问地址是
www.abc.com/plus/index.php?m=m
换成
m.abc.com
www.abc.com/plus/list.php?mod=m&tid=3
换成
m.abc.com/list/3.html
www.abc.com/plus/view.php?mod=m&aid=3
换成
m.abc.com/view/3.html
泛解析已经做了,不用考虑了,现在纠结的就是这个可以用的规则