Topic: Problem whith filemanager in port 81
Hi,
I'm depoplying a web application in port 81. http://localhost:81
This web application contain tinymce with filemanger and imagemanager.
When I add a file or an image, the link added to the image is <img src=http://localhost/filemaneger/....> ; not <img src=http://localhost:81/filemanager/....>
so , i can't display the file or image.
when i edit the html manually by adding port 81 it's ok.
How can i resolve this problem??
Best regards