Modifying the htaccess file to use a custom php.ini file throughout your website

This guide provides instructions for modifying .htaccess to use a custom php.ini throughout your cPanel site.

1. Log in to cPanel, if you haven’t already done so
2. Create a custom php.ini, if you haven't already done so.
3. Locate the absolute path of your cPanel Home Directory and make a note of it.
4. Open File Manager

5. Select the .htaccess file by clicking on it once and then click Code Editor

php guide

6. Ensure you have the correct file selected and then click Edit

php guide

7. Enter the following code, replacing homedirectory with the Home Directory you found in step 3:


<IfModule mod_suphp.c>
suPHP_ConfigPath /homedirectory/public_html/php.ini
</IfModule>

8. Once you have finished editing your .htaccess file, click Save Changes from the top right of the editing window.

php guide

  • 1 brukere syntes dette svaret var til hjelp
Var dette svaret til hjelp?

Relaterte artikler

How to enable exec()

You can modify different php settings for your account using a php.ini file. We recommend using...

Increasing Max Upload Size in cPanel

Hello, How to increase Max upload size in cPanel using php.ini file ? Login to your cPanel >...

How to Change the language of cPanel ?

Login into cPanel using provided URL and its credentials Click on preference section Click on...

How to set up scheduled tasks (cron jobs) in Cpanel?

1. Login into cPanel using provided URL and its credentials 2. Go to Advanced section 3. Click on...

Enable Gzip To Speedup the Loading time

Hello, Mod_deflate is an apache module that can be used to compress data using gzip compression...