How can we change php version of WordPress hosting from computer without cpenal?
2 Answers
Relevance
- David KLv 65 months ago
The PHP version is set at the server and cpanel is your access to it. If you don't have access, call your tech support. On some servers, the option is not available, but most allow user to pick the version. You could also update php.ini but that's problematic. It either works or could crash. Basic syntax would be:
AddHandler application/x-httpd-phpXXX .php where 'XXX' is the PHP version, e.g., 7.34
Still have questions? Get answers by asking now.