Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は Linux の Elementary OS を使用しており、opt に lampp をインストールしています。
CSS と JS が読み込まれません。ブラウザで自分のページを調べたとき。コンソールには、リソースの読み込みに失敗しました: サーバーは 403 (禁止) のステータスで応答しました。ディレクトリが正しいことは確かです。
これがエラーです
迅速な解決策は、次のようにアクセス許可を変更することです。
sudo chmod -R 755
運用サーバーを管理している場合は注意して、必要のない権限を追加しないでください。