尝试将基本网址(例如,将http://beta.mydomain.com重写为http://beta.mydomain.com/cms/index.cfm/new-home,但希望浏览器显示基本网址而不是cms网址。
我正在isapi httpd配置文件中尝试此操作
RewriteRule ^$ /cms/index.cfm/new-home [NC,L]
,但它只是重定向到http://beta.mydomain.com/cms/index.cfm/new-home 这是正确的,只是浏览器必须显示http://beta.mydomain.com/而不是cms部分。
我们正在使用安装了isapi模块的IIS 6。那就是我对服务器的唯一了解(但是我可以访问服务器)。那可能吗?如果没有,我还有什么其他选择?
答案 0 :(得分:0)
我有个主意:将http://beta.mydomain.com/cms/index.cfm/new-home加载到iFrame中。
例如,如果某人浏览器以URL为基础,即http://beta.mydomain.com/,然后在iframe中加载http://beta.mydomain.com/cms/index.cfm/new-home页。
应该像索引页顶部的条件一样。
QueryBuilder
希望获得帮助:)