How do you define the path which CKEditor uses to search for config / language files?
CKEditor seems to look for its configuration files relative to the location it was loaded from, not the location of ckeditor.js. So loading CKEditor on the page http://www.example.com/articles/1 causes it to look for the language files in http://www.example.com/articles/1/lang/ The config file contains an attribute for baseHref, but it doesn't affect the editor resources themselves. How do I set the path which CKEditor uses for its own resources? AlfonsoML That behavior that you describe isn't normal, for some reason CKEditor isn't identifying properly its own folder so you should set a