1

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

2

Re: Problem whith filemanager in port 81

Change the preview.urlprefix to include the port.

Best regards,
Spocke - Main developer of TinyMCE

3

Re: Problem whith filemanager in port 81

In wich file please i change the preview.urlprefix?? i'm using filemanager for .NET

Best regards

4

Re: Problem whith filemanager in port 81

web.config in the filemanager directory.

Best regards,
Spocke - Main developer of TinyMCE