How to enable PHP

Overview

You can enable PHP and select the version from the General tab of Site Settings.

Steps

  1. Log in to the Everleap Control Panel at cp.everleap.com.
  2. On the Services Overview page, locate the Shared Cloud Hosting Account section and click Manage.
  3. On the Shared Cloud Sites Overview page, click Manage next to your site.
  4. On the Site Overview page, click the Settings tab.
  5. Click the General tab within Site Settings.
  1. Locate the PHP dropdown and select the desired version (e.g., PHP 8.2, PHP 8.3).
  2. Click Update General Settings to save.

Verify It Worked

Create a phpinfo.php file with the following code, upload it, and access it in a browser. Confirm the correct PHP version is shown. Delete the file when done.

<?php
phpinfo();
?>

Notes

  • PHP and ASP.NET can run on the same site simultaneously.

Related Articles