Opened 16 years ago
Closed 13 years ago
#2875 closed Bug (wontfix)
FCKConfig.BasePath should be root relative not absolute to URL
Reported by: | Al Brookbanks | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
This is not STRICTLY a bug but a concern for compatibility with a great deal of FCKEditor users with some of the main stream hosting companies like HostGator. I think it needs addressing so that more people can use FCK without problems...
su_hosen or mod_security may not allow get variable to have absolute paths.
This may throw a 403 permission denied error.
The following example won't: http://www.example.com/editor/filemanager/browser/default/browser.html?Type=uploads&Connector=%2Feditor%2Ffilemanager%2Fconnectors%2Fphp%2Fconnector.php
So to fix this the value of "FCKConfig.BasePath" should be root relative instead of absolute.
Current value for our example; FCKConfig.BasePath = http://www.example.com/editor
should be; FCKConfig.BasePath = /editor
Change History (3)
comment:2 Changed 16 years ago by
Owner: | set to Al Brookbanks |
---|---|
Status: | new → assigned |
comment:3 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Owner: | Al Brookbanks deleted |
Status: | assigned → new |
comment:4 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible.