符号链接在 ubuntu 本地主机上不起作用
我有问题。我用的是ubuntu。我将符号链接指向我的 /var/www/
ln -sf /home/user/project/www/project_name
但当我尝试在本地主机中加载它时,它返回错误:
Forbidden
You don't 无权访问 /project_name服务器。
当我将文件夹直接复制到 /var/www/ 时,它工作正常。
它不能使用符号链接的原因是什么?
谢谢你
简
I have problem. Im using ubuntu. I take symblink to my /var/www/
ln -sf /home/user/project/www/project_name
But as i try to load it in localhost it returns me error:
Forbidden
You don't have permission to access /project_name on this server.
as i copy folder directly to /var/www/ it works fine.
What is reason that it isnt working with symlinks?
Thank you
Jan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了解决方案。
您必须将可执行文件设置为具有符号链接的文件夹“project_name”。
I found a solution.
you must set executable to folder "project_name" on which you have symlink.