duanlu1793 2013-04-22 06:40
浏览 105
已采纳

如何访问godaddy共享主机linux中的php.ini文件

I have a web, and running well on my localhost.

After I Upload on my godaddy hosting, My web got a bug. the conclusions is, I MUST change the memory_limit on the php.ini file, BUT cant find php.ini on FTP manager.

I have tried to:

  • Find the way for change to the Classing FTP manager.
  • Create / upload php.ini file from local and not work.

My Questions is : How I can Fix this? I Must change php.ini file. does anyone have experience like me?

  • 写回答

13条回答 默认 最新

  • dongyi2083 2013-04-22 06:47
    关注

    Create php.ini file with your desired setting and upload it in your root folder of server. It will take effect with this new setting.

    You can't edit the php.ini file of godaddy server, but you can upload your own copy of your php.ini with your new setting.

    This new setting will be available only to you. Other websites will not be affected with this new setting.

    Previously I faced the same issue, but after doing this my problem was resolved.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(12条)

报告相同问题?