I'm using Joomla! 3.6.2, PHP version 5.4.43, Admin Tools 4.0.1
Bluehost has me on PHP 5.4 with their global php.ini.
I currently have this statement in Admin Tools custom .htaccess rules at the top of the file.
# Required by BlueHost
# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php
I can switch to 5.6 on their PHP configuration screen.
Three questions:
1. Do I only need to switch the version to 5.6, and edit the above .htaccess rule?
2. What is the correct order to do this?
3. Is there anything else I should do to accomplish this switch?
I only ask this because often enough I've done something that seems simple on the surface, only to find out there was an absolutely CRITICAL procedure or document that I didn't know about. What really bothers me about doing this is that, after over an hour of Googling, there doesn't seem to be any mention of changing versions, which means there almost certainly is something I've missed.
Thanks