I'm having trouble with my wp-content/blogs.php. the header doesn't seem to be getting sent.
The files are all uploaded to the correct folder, but when trying to view the file i get this result.
This is the actual path to an image I uploaded http://clubsdotcom.com/wp-content/blogs.dir/1/files/2008/06/law-ball-015a21-150x150.jpg
This is the wordpress url http://clubsdotcom.com/files/2008/06/law-ball-015a21-150x150.jpg
it means users cannot upload files or images to there blog.
I have no idea how to fix this problem, it has had me stumped for two weeks.
Would appreciate any help or suggestions.
Thanks,
Levi
That's how image URLs are supposed to be re-written. I believe there's something wrong with your setup.
The server setup or wordpress MU setup? any pointers on where to start?
I tried running this little script in a new file, the image was in the same folder as the script.
<?
header('Content-Type: image/jpeg');
readfile("menu_image_6.jpg")
?>
It returned exactly the same result as my wordpress links, no image was displayed, should it have? or is this the corect resuly "ÿØÿà". Douse this suggest that there is a problem with my server configuration?
The server set up - it's not MU.
And I just realized you posted in a seperate thread what the issue was. (which was indeed something on your end.)