Redirect Author Access Denied | Community
Skip to main content
roberth55706517
Level 4
October 16, 2015
Solved

Redirect Author Access Denied

  • October 16, 2015
  • 4 replies
  • 1233 views

We have a client that wants to send users to a different page other than the standard AEM "Access Denied" page when users somehow try to navigate to the Author form of an AEM page by changing the URL. Is there a way to trap this and redirect the user to a different URL?

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 leeasling

Typically if someone doesn't have access to something they get a 404.  If that is what you mean, then you can incorporate a custom 404 page on the author instance only that gives a friendly message rather than the default error page.

4 replies

smacdonald2008
Level 10
October 16, 2015
leeaslingAccepted solution
Level 8
October 16, 2015

Typically if someone doesn't have access to something they get a 404.  If that is what you mean, then you can incorporate a custom 404 page on the author instance only that gives a friendly message rather than the default error page.

roberth55706517
Level 4
October 16, 2015

I'm not quite sure if that addresses what I'm looking for.

What I am talking about is when someone who is not authorized to edit AEM pages, setting, or assets somehow access a URL that takes them to a page used for editing and is directed to an internal "Access Denied" page.

roberth55706517
Level 4
October 16, 2015

I'll give that a try.