在 PHP 和 Eclipse 中设置路径映射
我刚刚在本地设置了我的网站,这样我就可以更轻松地测试我的页面。
Eclipse 已配置为在本地使用 XAMPP 服务器。
问题是我想将我的项目映射到我网站中的某个位置。
IE。在我的 Eclipse PHP 项目中,我有一个名为的文件夹,
com
我希望将其映射到
/com
webstie 中。
我尝试在 Eclipse 服务器设置的映射部分执行此操作,但没有成功。当我输入
时,它应该转到我的项目文件夹,但是,当我输入其他内容时文件夹应该使用普通的网站文件夹。
我该怎么做?
I have just setup my website locally so I can test my pages more easily.
Eclipse has been configured to use an XAMPP server locally.
The problem is that I want to map my project to a certain place in my website.
ie. In my Eclipse PHP project I have a folder called
com
I want this to map to
/com
in the webstie.
I tried to do this in the mapping section of the Eclipse server setup but it didn't work. When I type
It should go to my project folder, however, when I type other folder it should use the normal website folders.
how can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,我像这样编辑了 apache httpd.conf 文件并且它有效。
Well I edited the apache httpd.conf file like this and it works.
我已经在 [xampp]\htdocs 文件夹中创建了 Eclipse 工作区
I'd created my Eclipse workspace exactly on [xampp]\htdocs folder