Hi All,
I’m working towards making my own CMS system. I have downloaded and implemented MCEImageManager into my TinyMCE editor - and I’m happy with that side of things - near enough.
However, here is my problem all of my pages are sent to a database these are then projected on the front of the website, the text shows fine, however when I try and look at the images I get a 404 or they do not display properly.
I want the MCEImageManager to use the same directory as the pages, however the URLS are different/. The admin system inserts the following:
…/…/wedding_services/img/myimage.png
For the admin backend this is fine and the image displays. However at the front end of the website this is not the case as the URL should read:
img/myimage.png
Do any of you have any ideas how to get this to work?? I’m baffled at the moment.
Any help would be appreciated.