重写子域的规则

时间:2012-05-02 10:47:13

标签: url rewrite subdomain

我想重写make url的规则,如

http://abc.xyz.com

而不是

http://xyz.com/subfolder/anyfilename.php?pagename=abc

请告诉我在php

中的url重写是如何实现的

1 个答案:

答案 0 :(得分:0)

您的网络服务器必须以某种方式处理网址重写。如果您使用Apache作为网络服务器,请查找"通配符子域"。更好的是:我在SO上找到了类似的(实际上就是你所寻找的)案例:.htaccess Wildcard Subdomains