コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Redirect Author Access Denied

Avatar

Level 4

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?

1 受け入れられたソリューション

Avatar

正解者
Level 8

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 返信

Avatar

Level 10

Avatar

正解者
Level 8

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.

Avatar

Level 4

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.

Avatar

Level 4

I'll give that a try.