August Hosting OFFER, 60% OFF for 6 MONTHS. Offer Includes Website, VPS and WordPress Hosting Plans. USE CODE "AUGUST22"
  • Days,
  • Hours,
  • Minutes,
  • Seconds

How do I edit php.ini (PHP settings) for my hosting package?

Becuase of the way in which we run PHP, you are able to customise its behaviour with php.ini files. These are plain text files (use Notepad if running Windows, TextEdit in Plain Text mode on Mac), which contain directives such as:-

memory_limit = 24M

A complete list of php.ini directives can be found here:-

http://www.php.net/manual/en/ini.list.php

-: you should only set these as per the requirements of your application as other settings may cause your scripts to malfunction or be vulnerable to attack.

You should name this file php.ini, unless otherwise required, it should be located in the root of your hosting package (ie, above public_html).

php.ini files can be used for very fine-grained control - a PHP script will pick up the settings in the php.ini file closest to it, so you can enable functions for a single folder rather than the whole site - this is useful when running CMSes on subdomains.  

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

 When I try and view my website I get an HTTP Error 403 - Forbidden message.

A '403 Forbidden' message means that the browser has requested a page that it is not permitted to...

 My links are not working. What is wrong?

First of all, check that the link is correctly spelled, and that the correct case is used -...

 I've put up my site but I still see the standard index page. What's up?

When we create a hosting package, we place a simple index.html holding page into the public_html...

 How do I set up 404/500 error pages?

This article covers two ways to set up 404/500 error pages, but there are many additional methods...

 How do I set up 404/500 error pages?

This article covers two ways to set up 404/500 error pages, but there are many additional methods...

Powered by WHMCompleteSolution