I have CKFinder working on my localhost with no problem. My issue is when I upload to the web server. My setup is as follows.
In my web root I have multiple application directories.
The one that has ckfinder is in is called AAMPro. AAMPro is setup as an application and runs just fine.
In my config.aspx file I have the BaseURL and BaseDIR setup like this:
BaseUrl = "http://www.mywebsite.com/AAMPro/userfiles/";
BaseDir = "e:/web/mywebsite/htdocs/AAMPro/userfiles/";
CKFinder can not browse the image directory. I get errors indicating that it cant find a file.
It is looking for "http://mywebsite.com/ckfinder/ckfinder.html"
I have tried variations of the BaseUrl and the BaseDir with no success.
Why is it not looking at the location I have setup AAMPro? Any one have a suggestion or some advise for me?
Thanks
Carl. (Confused)...
Fri, 03/02/2012 - 15:16
#1
Re: CKFinder and ASP.NET Config
It might be due to a variety of reasons that have nothing to do with your base url, like authentication restrictions. Check out this article to see if you have things properly configured.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!