Opened 18 years ago
Closed 13 years ago
#709 closed Bug (wontfix)
CustomConfigurationPath doesn't support virtual root ~
Reported by: | 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 (1)
Change History (7)
comment:1 Changed 18 years ago by
Reporter: | changed from Martin Kou to cwchapma@… |
---|
comment:2 Changed 17 years ago by
Component: | General → Server : ASP.Net |
---|
Changed 17 years ago by
Attachment: | FCK-ResolveUrl.patch added |
---|
comment:3 Changed 17 years ago by
Cc: | josh_robb@… added |
---|---|
Keywords: | HasPatch added |
comment:4 Changed 17 years ago by
#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!
comment:5 Changed 13 years ago by
In new version CKEditora.NET virtual root (~) is support in all property.
comment:6 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
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)