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.
HTML img タグを使用してサイトに表示したい一連の画像があります。
e.g. <img src='some/location' />
ただし、イメージは Web ルートの外の別のディレクトリにあります。(ただし、同じサーバー上にあります)。
さらに、php の md5_file() を使用してハッシュ値として保存されています
サイトに画像を表示するにはどうすればよいですか? どうにかしてファイルにアクセスできても、別の方法で保存されていますか?