Hello Ferenczi,

this seems to be a problem with Apache content negotiation. Apache can serve different files for the same URL, e.g. according to the prefered language.

In your case Apache thinks tiny_mce.js is a specialized version of tiny_mce, and your request for tiny_mce is served by sending tiny_mce.js.

Solution:
For WebDAV directories you usually should switch off content negotiation. If you need content negotiation for browser access, you may map the directory to a different URL for use with WebDAV and switch off content negotiation in a LOCATION section.
Please see the Apache documentation for details.

Greetings
Werner


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to