Blog Entry Edit URL | Community
Skip to main content
October 16, 2015
Solved

Blog Entry Edit URL

  • October 16, 2015
  • 1 reply
  • 804 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JK_Kendall

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

1 reply

JK_Kendall
JK_KendallAccepted solution
New Participant
October 16, 2015

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