Custom PHP Limits using .user.ini

To add custom php limits like memory limit,Upload limit You can do it from .user.ini file

Create a .user.ini file under your public_html and mention the code

memory_limit=256M;
upload_max_filesize=24M;
post_max_size=32M;



You can edit the value as per your need.If you are using wordpress you need to add the file inside the wp-admin folder too.

  • 0 משתמשים שמצאו מאמר זה מועיל
?האם התשובה שקיבלתם הייתה מועילה

מאמרים קשורים

How to Create FTP account in cPanel?

Login into cPanel using provided URL and its credentials Go to Files section. Click on FTP...

Migration of cPanel/WHM From other Servers

Hello, How to Migrate an cPanel from one server to another server without Root access over FTP?...

Force Password Reset cPanel/WHM

Force Password in cPanel Servers are for security purpose for an certain number of days the...

How to remove Reported Attack Page from your website ?

Google submit form step1- http://www.google.co.in/webmasters/tools/2- Click on add a site...