我在 ubuntu ( ) 上安装了 xampp/opt/lampp
并创建了一个 public_html 文件夹(我认为它是一个符号链接,我是 linux 新手)/home/mustafa/public_html
我将我的 php 文件和其他资源放在public_html
文件夹中,问题是当我想要获取图像之类的东西我收到 403 错误(禁止访问),但其他文件都可以,例如 PHP、CSS、JS 文件。问题是什么?我该怎么办?
更新
ls -l /home/mustafa/public_html/templates/assets/images/
in终端的输出:
total 8
-rwxrwx--- 1 mustafa mustafa 4638 Feb 17 22:06 hbg.png
ls -l /home/mustafa/public_html/templates/assets/style/
total 16
-rw-rw-r-- 1 mustafa mustafa 1571 Feb 23 13:06 style.css
-rw-rw-r-- 1 mustafa mustafa 1567 Feb 23 13:06 style.css~
-rw-rw-r-- 1 mustafa mustafa 689 Feb 23 18:07 style_I.css
-rw-rw-r-- 1 mustafa mustafa 691 Feb 23 17:58 style_I.css~
我将图像移动到其他目录,发现无法访问 public_html 和子目录中的任何图像