简体   繁体   中英

how to access php.ini file of server?

My application was working fine, I dont know what happened suddenly image upload function stoped functioning.It gives this error-

URL file-access is disabled in the server configuration in D:\Hosting\6448289\html\upload.php on line 112

for any file access allow_url_fopen must be ON but this is OFF now. if you open this link - www.shizin.com/phpinfo.php

you can see that allow_url_fopen is OFF . My hosting compny is GoDaddy.com. How and Where I can access php.ini file of my project so that I can set it ON or is there any php commands that can be run to set this permission ON.Please suggest.

You will probably have a custom php.ini or php5.ini file somewhere in your account. Launch your FTP client and find it.

Found via Google:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM