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.
私が使用するフレームワーク (ケーキ) のフォルダー構造のため、src パラメーターのプレフィックスとして "../../" を使用する必要があります。
<img src="$path_to_phpThumb?src=../../my_image.ext" />
"../../" を赤くするにはどうすればよいですか?
ありがとうございました!
エイリアスを使用して、イメージが存在する場所にリクエストをリダイレクトできます。
つまり、Apache では、次のように src="/img/foo.jpg" を以下のパスにマップします。
Alias /img /var/www/html/app/webroot/images