Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I have a module developed by someone else and they used the Telerik controls themself - not the DNN wrapped ones.
The problem starts from the editor and its method of doing the spell check along with friendly urls.
The friendly urls cause the Telerik editor to call Telerik.Web.UI.SpellCheckHandler.axd at the path
so something like gomain.com/portalname/variables/Telerik.Web.UI.SpellCheckHandler.axd
DNN does not rewrite this url so the editor spell check function is not working.
I added .*Telerik.Web.UI.SpellCheckHandler.axd(.*) ~/Telerik.Web.UI.SpellCheckHandler.axd
to the url rewriting rules but it does not seem to be handled correctly.
What am i missing?