Topic: URL of uploaded image cut off
Hello,
Whenever I try to insert an uploaded Image the Image URL in the Insert/Edit Image Dialogue is cut off. If it for examle should say:
"http://localhost:49220/tiny_test/uploads/...etc"
it says:
"http://localhost/uploads/...etc"
I tried this on different environments with different browsers and also on a live server. The only change I am measuring is the amount of the URL that gets cut off. If I for example have the website on www.myurl.com it says http://myurl.comoads or something similar.
I have been troubleshooting for some time now. I've seen the preview url prefix gets set in the webconfig of the filemanager but if I change it from {proto}://{host} (which normally gets replaced by the site url etc. in ManagerEngine.cs) to http://localhost:49220/tiny_test the Image URL Field is filled with only "uploads/...etc".
I have no idea what to change anymore. Please help me!
EDIT: I have no symlinks (because that was the solution for http://www.tinymce.com/forum/viewtopic.php?id=28137)
Last edited by appsystems (2012-03-19 12:05:51)