Expand my Community achievements bar.

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