We try to make things as easy as possible for our customers here at Name Hero.
Specifically, we've optimized our entire managed cloud for WordPress to allow both our Basic and Reseller Hosting customers that ability to create and manage there sites without all the guesswork of some other web hosts.
In years past, customers had to create custom php.ini files in order to modify their WordPress upload limit, change their PHP version, and increase their memory limit.
For some WordPress beginners this can be very confusing. Heck, I've been doing this for almost two-decades and I think it's a pain to setup a custom php.ini file!
We've simplified this process by introducing PHP selector into all cPanel accounts.
If you're attempting to upload files on your new WordPress theme or are getting errors that you need to increase your upload size or memory limit, they can easily be solved by following these directions:
Login to cPanel
Click Select PHP Version
From the drop-down menu, select 5.5 (if you're wanting to keep default) and click Set as current
Once this has been selected you'll notice a new link on the left that says Switch To PHP Options, click on that.
From here, you can edit any values to best meet your WordPress installation:
Once you edit the values, make sure you click Save so they will take effect.
If you want to double check to make sure everything is in order, you can do so by creating a PHP info file.
To do this, upload a file in your home public_html directory called info.php. Inside of it, put this text:
<?php // Show all information, defaults to INFO_ALL phpinfo(); ?>
You can then navigate to http://www.yourdomain.com/info.php and verify all the settings took effect.
I also filmed a short video that explains how the PHP selector works in a bit more detail:
While we try to make this process as painless and easy as possible, you're always free to reach out to our Heroic Support team for further clarification!