It appears that the FckEditor in DNN 4.5.1 does not support friendly urls. This is a show stopper for my clients that are not html savy. When you add a link to a page on your site it always uses the linkclick.aspx anti-search engine and anti-friendly url link. There appears to be no setting to change this default behavior. When looking into the code for fcklinkgallery.aspx I can't see where the code can even right a user freindly url for internal page linking. Example I want this "text" to link to my home page. With friendly urls on this link should be "/home/tabid/36/default.aspx" instead it is "linkclick.aspx?some extra garbage querystring stuff&thereal link"
How do I fix this? Is there a patch?
By default all internal links created in fckeditor should be friendly urls if freindly urls are on and if friendly urls are off then the link should be the real link, then if for some resean you need to track the linkclick then that should be an option not the default. As of right now you have to change the content source to use the correct link.
I don't know how to tell you that for proper SEO links need to be friendly urls and actually link to the correct page not to the poor concept of linkclick.aspx which is going backword in technology instead of forward. (By the way with Ajax and all and PostBacks to track a link you just add an onclick event to the link so screen readers and spiders see the correct url and browsers with javascript are sent to the linkclick page. not change the link to something used 10 years ago in classic asp before people knew that web applications could be SEO freindly
Please Help as I love FckEditor and do not want to reimplement FreeTextbox
Thanks for any help