How to: Change your PHP configuration

<!DOCTYPE html>

# How to: Change your PHP configuration

**This guide will:** Explain how to change your sites’ PHP version, memory limit, upload limit, and add custom PHP directives.

***

**Contents:**

* [Instructions](#h%5F01GGW08J4R6ZDN55VXQXNVYMHC)
* [Video tutorial ](#h%5F01GGW08Q7Z473DJKXS7DKDC1XF)

#### **Instructions:**

1. From the platform dashboard, click on the cog icon beside the website you’d like to adjust.

![image.png](https://internal.kesisis.com/article_attachments/7539428003357/6d1783371d1c8a7453efd2a21d63783c.png)

1. Click on ‘PHP & Databases’ in the left-hand menu, or ‘Manage PHP’ beside your PHP version information.

![image.png](https://internal.kesisis.com/article_attachments/7539428003357/6221199c0ce5470c95f1f87a026d8898.png)

1. From this page, complete the fields relating to version, memory limit, upload limit, or add any additional directives.

![image.png](https://internal.kesisis.com/article_attachments/7539428003357/ca03412e7c194c872caa01e1a3d862be.png)

Some of the more common directives are: short\_open\_tag, max\_execution\_time, max\_input\_time and max\_input\_vars.

1. Once you add a new entry, click ‘Update Configuration’ to apply it.

**Note:** A full list of additional directive options can be found within [the PHP manual.](https://www.php.net/manual/en/ini.list.php)

***

#### **Video tutorial:**

***

Still having issues? `<Raise a ticket>`

***

**Further reading:**

* KB ARTICLE or
* BLOG LINK