HI, i have an image .jpg into my server. If I link direct to image i have this error:
Forbidden You don't have permission to access http://...
I need to show with php. I have try
header('Content-Type: image/jpeg');
readfile('$file');
But nothing... I have also try using server root... any suggestions?
chmod o+r