What should I do if there is no “php.ini” in my “public_html” folder? If I have to create it, how can I do so?
What should I do if there is no php.ini in my public_html folder? If
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
“
php.ini” file does not reside in the web server’s “public_html” directory. This directory is meant for publicly viewable files & folders. It’s a very bad idea to use the “php.ini” file.Instead use HTAccess or use the PHP function “
ini_set()” for making changes in your website’s PHP Configurations.Hope it helps.