What is php.ini ?

The php.ini file will handle all of the PHP settings and their values. This should only be changed at the advice of your webdesigner or a script you wish to install.

You can edit an existing php.ini, or create a new text file and name it php.ini

For example, if your site had these settings in a .htaccess file:

.htaccess
php_value upload_max_filesize 10M
php_value post_max_size 10M
php_value max_execution_time 30

vexxhost users must put them in a php.ini file instead. Here is the proper syntax:

php.ini
upload_max_filesize = 10M
post_max_size = 10M
max_execution_time = 30

  • 0 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

Can I password protect directories?

  To password protect directory: Login into your cPanel and click on the Password...

Changing your cPanel style.

Login to cPanel and click Change Style. Click the radio button under the style you like....

Creating a URL redirect.

Login to cPanel and click the Redirects icon. Leave the setting as 301 redirect, as this is...

Custom error pages

To create a custom error page for your account, please login to cPanel and click Error Pages,...

Do you have a manual for our control panel?

Yes, a manual for cPanel is available. Go to http://www.cpanel.net/support/docs/index.htm to view...

Powered by WHMCompleteSolution