Page 1 of 1

[Solved] images missing on live pages, ok in editor

Posted: Wed Feb 04, 2009 5:44 pm
by stevegos
Hi

I am adding photos to a web page via the TinyMCE. They look fine here, but on the live public page they are missing.

I am using pretty urls and this may be the problem.

The url of a page is for example http://www.mydomain.com/index.php/pagetitle

The url of a photo would be http://www.mydomain.com/index.php/uploa ... /photo.jpg

The /index.php/ is interupting the URL as the real url is http://www.mydomain.com/uploads/images/photo.jpg

Any ideas?

Thanks, Steve

Re: images missing on live pages, ok in editor

Posted: Thu Feb 05, 2009 8:17 am
by Dr.CSS
Well with out a link to the site, really helps, I would say you may be missing the {metadata} tag in your template as this most times sets the base href in the head...

Re: images missing on live pages, ok in editor

Posted: Thu Feb 05, 2009 12:34 pm
by stevegos
Thanks, that fixed it.