Answers for "Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration"

PHP
0

Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration

You can use the following by editing the .user.ini file in the root folder (instead of .htaccess)

; Include a PHP file on every request
auto_prepend_file="/home/dotcomwo/public_html/includes/config.inc.php"
Posted by: Guest on August-26-2020

Code answers related to "Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration"

Browse Popular Code Answers by Language