ubuntu(/opt/lampp
)にxamppをインストールし、public_htmlフォルダーを作成しました(これはシンボリックリンクだと思います。Linuxでは初めてです)/home/mustafa/public_html
。phpファイルとその他のリソースをpublic_html
フォルダーに入れました。問題は、取得したいときです画像のようなもの 403 エラー (アクセス禁止) が発生しますが、PHP、CSS、JS ファイルなどの他のファイルは問題ありません。何が問題ですか?私は何をすべきか?
アップデート
ターミナルでの出力ls -l /home/mustafa/public_html/templates/assets/images/
:
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 および children ディレクトリの画像にアクセスできないことがわかりました