Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Blog Entry Edit URL

Avatar

Former Community Member

How do I configure the domain of the URL returned by a blog entry's getEditUrl method? Currently, I get http://localhost:4503/content/blog/2015/06/my-post.html?blog=edit. As you can see, the domain of the URL is localhost, this presents a problem on my staging and production environments. Is there a config setting I'm missing that should be used?

1 Accepted Solution

Avatar

Correct answer by
Level 9

It may be you need to configure  the Link Externalizer to map your pages to an external and absolute URL.

Visit http://docs.adobe.com/docs/en/aem/6-1/develop/platform/externalizer.html

-JK

View solution in original post

1 Reply

Avatar

Correct answer by
Level 9

It may be you need to configure  the Link Externalizer to map your pages to an external and absolute URL.

Visit http://docs.adobe.com/docs/en/aem/6-1/develop/platform/externalizer.html

-JK