Wamp 设置 - CFIDE - Coldfusion 映射不起作用
我的 Coldfusion、CF 管理员和我的测试站点都使用 WAMP 在我的本地计算机上进行了设置和工作。唯一不起作用的是 Coldfusion 映射。例如,如果我在 CF 管理中有以下映射:
逻辑路径 目录路径
/cfscripts/ E:\wamp\www\CFIDE\scripts\
但是当我尝试使用本地测试站点 http://dev.example.com/cfscripts/ 找不到目录。
有人能指出我哪里出错了吗?这可能是我错过的非常简单的事情。
谢谢
I have Coldfusion, the CF administrator and my test site all setup and working on my local machine using WAMP. The only thing that isn't working is the Coldfusion mappings. For instance if I have the following mapping in the CF admin:
Logical Path Directory Path
/cfscripts/ E:\wamp\www\CFIDE\scripts\
But when I try to access the path using my local test site http://dev.example.com/cfscripts/ the directory is not found.
Can someone point out where I am going wrong here? It's probably something very straightforward I have missed.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您对 CF 映射的工作原理存在误解。 CF 映射不在 Web 服务器级别,但严格在 ColdFusion 代码级别。
您需要在 IIS 中设置虚拟目录 如果您希望 cfscripts 目录可用。
You have a misunderstanding of how CF mappings work. CF Mappings are not at the web server level, but are strictly at the ColdFusion code level.
You need to set up a virtual directory in IIS if you want the cfscripts director to be available.