How to use PHP inside Confluence pages

Still need help?

The Atlassian Community is here for you.

Ask the community

Purpose

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.

Solution

  1. Install Apache + PHP in a server (it can be the same server used for Confluence).
  2. In Confluence navigate to Confluence Admin > Manage Add-ons and enable the html and html-include macros.
  3. Create a PHP file for test purposes on your Apache. Make sure that it's working locally.
  4. Copy the URL from the PHP file and paste it in Confluence Admin > Whitelist so that Confluence will trust it.
  5. Create a page on Confluence and use the html-include macro with the URL from Step 4.
  6. This will allow the PHP file to be interpreted by Apache, and the result will be shown in Confluence.
Last modified on Feb 26, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.