How to customize the Page Not Found (404) page

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

本ページの内容には、Atlassian ソフトウェアのカスタマイズや拡張 (CSS ルール、HTML、JavaScript の追加/変更など) を行う手順が含まれています。アトラシアン サポートの提供 の通り、Atlassia 製品に加えられたカスタマイズはサポートされません。この資料は情報提供のみを目的として提供されています。内容はお客様自身の責任でご利用ください。

本件またはカスタマイズに関するご質問は、コミュニティの Atlassian Answers で質問してください。または、アトラシアン ソリューション パートナー にご相談いただくことをご検討ください。

目的

To customize the 404 error page served by Confluence, in order to better fit the design of your site.

ソリューション

Modify '404.vm'

Find the file 404.vm that's located in <CONFLUENCE-INSTALLATION-PATH>/confluence directory. (see Velocity Template Overview for further information about Velocity template language)

Create a Custom .jsp and Modify 'web.xml'

Find the file web.xml that's located in <CONFLUENCE-INSTALLATION-PATH>/confluence/WEB-INF directory. Edit the file and find the following line:

<error-page>
        <error-code>404</error-code>
        <location>/fourohfour.action</location>
</error-page>

Replace the fourohfour.action with the new custom .jsp page that you created. The default path is <CONFLUENCE-INSTALLATION-PATH>/confluence/.

 

最終更新日 2016 年 4 月 25 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.