Broken Image Paths

3 posts by 2 authors in: Forums > CMS Builder
Last Post: May 31, 2013   (RSS)

By gregThomas - May 31, 2013

Hi Tina, 

Firstly I would check the general settings area of your CMS and check that the uploads folder URL doesn't have two trailing slashes on it like this:

//uploads/

As this would cause the same error you're reporting. 

Also, I noticed that the site that's using this page looks to have htaccess rules that are rewriting the detail pages to look like .html pages, could it be an htaccess rule that is causing the issue?

Thanks!

Greg

Greg Thomas







PHP Programmer - interactivetools.com

By csdesign - May 31, 2013

Hi Greg, 

I checked General Settings and "Upload Directory"  and Upload Folder URL settings are both:

uploads/

After a lot of errors... I finally changed the Upload Folder URL to: 

/cmsAdmin/uploads/

Yeah! It's working now! 

I'm not completely clear on the possible htaccess issue so I'm guessing maybe it's something I've been doing because this site seems to be the same as others that I've done and I haven't had issues with those. Or at least, not that I know of ! ;) 

Thanks, Tina