Hi!
I would like to have all of my links sitewide absolute URLs for SEO purposes.
I have searched all ways of achieving this with no luck...
The Site Details:
1 domain with the hostname set in manage hostnames:
The umbracoSettings.config has
<useDomainPrefixes>true</useDomainPrefixes>
TINYMCE currently always does this...
/{localLink:1091}
I want it to do this:
http://www.domain.com/{localLink:1091}
Any known way of achieving this or am i fighting a losing battle? I really don't want to manually add the domain prefix to all links!
Any help or thoughts appreciated.
Cheers!