Knowledge Base
Categories: Windows Web Hosting (Plesk)
Managing Your PHP Settings on Windows Hosting
This article describes how to manage PHP settings for a website hosted on Vodien Windows Hosting using the Plesk control panel. It explains how to update the PHP version and modify PHP.ini directives such as memory limits, maximum file upload size, post size, and execution time.
Changing the PHP version
You can change the PHP version your website uses directly from the Plesk control panel. This is often necessary to ensure compatibility with specific applications or to take advantage of newer PHP features.
- Log in to your Plesk.
- Go to Websites & Domains.
- Click the domain that you want to manage to see more options.
- Click on the Dashboard tab.
- Go to the Dev Tools section and click on PHP.
- In the PHP support dropdown, select your preferred PHP version.
- Scroll down to the bottom of the page and click OK to apply for the changes.
Updating PHP.ini settings
You can adjust PHP configuration settings—such as memory limits, maximum file upload size, and execution time—through the PHP settings page in Plesk.
- In your Plesk, go to Websites & Domains.
- Click the domain that you want to manage to see more options.
- Click on the Dashboard tab.
- Go to the Dev Tools section and click on PHP.
- In the PHP Settings screen, go to the Common settings section.
- Update the required PHP directives, such as:
- memory_limit
- upload_max_filesize
- post_max_size
- max_execution_time
- Scroll down to the bottom of the page and click OK to apply for the changes.
Did you find this article helpful?