When I first installed Moodle I found that user's profile pictures were not loading when I used file.php/pic.jpg in the site variables page so I changed it to file.php?file=/pic.jpg. Horrah, it worked!
But now I'm loading up the learning objects and they don't have any pictures
The reason seems to be that the pages have been made to be relative (as it should be) so we use img src="student.jpg".
When using the file.php? argument the relative link becomes http://moodleserver/student.jpg and it isn't found.
So if I presume that I just need to use file.php/pic.jpg what could I be doing wrong? Is there a PHP.ini line that needs to be changed that I can't see or something in moodle that I haven't set?
Thanks for any help on this!
Graham
University of Southampton








