描述: 伪静态环境为IIS ISAPI_Rewrite3 两个子域名123.a.com和234.a.com指向同个站点目录。站点根目录形式如下 /temp/123.a.com/index.html /temp/234.a.com/index.html index.php 伪静态需求:当在浏览器输入http://123.a.com/index.html 时,如果/temp/123.a.com/index.html存在就直接访问这个文件,如不存在就访问index.php且传递参数123.a.com至index.php。 当在浏览器输入http://234.a.com/index.html 时,如果/temp/234.a.com/index.html存在就直接访问这个文件,如不存在就访问index.php且传递参数234.a.com至index.php 如不明白可以加企鹅详细咨询:药三而令山死2林期是
2019-09-21 09:09:09