wamp 中的正斜杠/反斜杠问题
我在我的 windows7 本地电脑上使用 wamp 服务器进行开发。我的所有项目都将托管在 Linux 服务器中,因此我在 php 代码中使用“/”作为路径分隔符。但是当我采用基本路径时,它会给出另一个斜杠,因为我在 Windows 中使用。有没有办法在wamp设置或任何其他解决方案中解决这个问题?
I am using a wamp server for development in my windows7 local pc. All my projects are going to be hosted in linux servers and hence I am using "/" as path separator inside php code. But when I take base path it is giving the other slash since I am using in windows. Is there any solution to solve this issue in wamp setting or any other solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只是通过将服务器根目录设置为“/”来解决这个问题。到目前为止,这似乎成功了。
I just managed to solve this problem by placing the server root as "/". So far that seemed to do the trick.