Adding Rules to PHP.ini Through WHM
Hello,
I've upgraded my hosting account from shared to VPS and now my PHP include statements are not working.
PHP info shows that allow_url_include = OFF.
I tried to login to my account on WHM and under PHP Configuration Editor couldn't find allow_url_include.
So I need a way to add a new rule to the PHP.ini file.
Can anyone help me?
Thank you :)
-
Hello, Check to see if the entry exists in the global php.ini file: grep allow_url_include /usr/local/lib/php.ini
If it doesn't, you can manually insert the entry into this file, and then restart Apache. Thank you.0
Please sign in to leave a comment.
Comments
1 comment