How to use PHP inside Confluence pages
目的
For security reasons, Confluence does not allow PHP code inside pages. However, it's possible to install an Apache and PHP module on the same server, and include the PHP file so that the output can be shown inside Confluence.
ソリューション
- Install Apache + PHP in a server (it can be the same server used for Confluence).
- In Confluence navigate to Confluence Admin > Manage Add-ons and enable the
html
andhtml-include
macros. - Create a PHP file for test purposes on your Apache. Make sure that it's working locally.
- Copy the URL from the PHP file and paste it in Confluence Admin > Whitelist so that Confluence will trust it.
- Create a page on Confluence and use the
html-include
macro with the URL from Step 4. - This will allow the PHP file to be interpreted by Apache, and the result will be shown in Confluence.
最終更新日: 2016 年 2 月 26 日
Powered by Confluence and Scroll Viewport.