PHP中文网,因为专业所以权威!
要使用Nginx下的泛域名支持,必须在编译 Nginx的时候加上–with-http_sub_module
在配置nginx时: server_name www.yourdomain.com *.yourdomain.com;
然后启动nginx就可以实现了