hostease主机泛域名解析的方法
1、通过cpanel面板来实现

3、通过.htaccess配置文件来实现泛域名解析
4、htaccess中情写硎霈规则如下所示:RewriteEngine OnRewriteBase /#[NC]的含义是忽略大小写RewriteCond %{HTTP_HOST} ^test\.mydomain\.com$ [NC]RewriteRule ^([a-z0-9\-]+\.(.*))$ test/$1在上面将yourdomain换成你的域名即可。
1、通过cpanel面板来实现
3、通过.htaccess配置文件来实现泛域名解析
4、htaccess中情写硎霈规则如下所示:RewriteEngine OnRewriteBase /#[NC]的含义是忽略大小写RewriteCond %{HTTP_HOST} ^test\.mydomain\.com$ [NC]RewriteRule ^([a-z0-9\-]+\.(.*))$ test/$1在上面将yourdomain换成你的域名即可。