So I figured out the problem. I’m using a multisite wodpress. So the files being uploaded go to “/wp-content/blogs.dir/7/files/2012/12/…” instead of the url that is given in the cms of wordpress “/files/2012/12/..”
Is there a way I could change the url destination to fix this problem? I tested it out and I used the url (“/files/2012/12”) that was given in the sliding images. The image doesn’t show up. I put the actual url (“wp-content/blogs.dir…”) and the image shows up on the site.
So is there a way, where I can go into the php and just change the url destination?