Ticket #709 (closed Bug: wontfix)
CustomConfigurationPath doesn't support virtual root ~
| Reported by: | cwchapma@… | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Server : ASP.Net | Version: | |
| Keywords: | SF HasPatch | Cc: | josh_robb@… |
Description
If a site is in a virtual root directory, vroot (via the ~ symbol)like this: www.mydomain.com/vroot/FCKEditor, My BasePath="~/FCKEditor".
This doesn't work for CustomConfigurationPath. I can't use CustomConfigurationPath="~/FCKEditorConfig/fckconfig.js". I have to used CustomConfigurationPath="/vroot/FCKEditorConfig/fckconfig.js".
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1466887&group_id=75348&atid=543653
Attachments
Change History
comment:3 Changed 6 years ago by alfonsoml
- Cc josh_robb@… added
- Keywords HasPatch added
I needed to make some changes to FCKEditor.Net to allow me to use ~/Paths in configuration etc.
Moved from sourceforge
Original author Josh Robb
(1 file attached)
comment:4 Changed 5 years ago by alfonsoml
#1321 has been marked as dup
When using the ASP.Net control, it should allow you to use App Relative (~) paths for all properties, not just BasePath. CustomConfigurationsPath in particular is in my view in desperate need of this!
