Bluehost Web Hosting Help
PHP Configuration for Addon Domain
Summary
To use specific php settings only for a particular addon domain you will need to place a php.ini file in the addon domain's folder.
Configure PHP for an Addon Domain
If you need to generate a new php.ini file, this can be done in the cpanel by clicking on the icon "PHP Config", choose your version of PHP and then click Save. This will copy the server's master php.ini to your public_html directory as "php.ini.default". This file must then be moved to the addon's folder and renamed to php.ini.
If you are using the 'single php.ini' option in the cpanel's PHP Config section, you will need to create a .htaccess file in the addon's folder. In the addon's .htaccess file it needs to contain a regular php handler:
AddHandler application/x-httpd-php7 .php
To verify your addon domain is using the php.ini file you have setup, you can create a new file in the addon's folder called info.php containing the following php code:
<?php phpinfo(); ?>
Viewing the info.php file in a web browser should show you all the php settings from the addon's php.ini including the "Loaded Configuration File". This is the path to the php.ini file being used.
Recommended Help Content
Restrict Access to Addon Domains through the Main Domain
I do not want to see addon.maindomain.com. How do I do that?
Restrict subdomain access to addon domains
How do I stop people from being able to use the addon domain as a subdomain of the primary domain?
What Is An Addon Domain And How Does It Work?
What is an Addon domain?
Related Help Content
Where to Upload Files for an Addon Domain
I have setup a pointed/addon domain, where should I upload the files for this domain?
What Is The Difference Between Addon Domain, Parked Domain & Subdomain?
What is the difference between parked domains and addon domains?
How To Configure The PHP Environment With PHP ini
How do I change the PHP environment for my site with php.ini?
How to edit PHP Configuration
How to edit PHP Configuration --- VPS or Dedicated
FTP for Addon Domains and Subdomains
How do I FTP to my addon domains and subdomains without interfering with my main account.
How To Assign A Domain Name - A Record, Name Servers, HTML Page
How do I setup an addon domain or parked domain in my hosting account?
What Is A Subdomain And How Does It Work? How To Create A Subdomain
Can I make subdomains for my addon domains on the account?
Unable to Assign Domain via Domain Manager
I tried to assign a domain through the Domain Manager, but it does not allow me to. What is wrong?