douzhongjian0752 2012-02-29 06:01
浏览 58
已采纳

如何更改PHP文件webserver位置

I have recently got myself into learning PHP. I have a mac and the php manual said php files should be placed in Library/WebServer/Documents in order for localhost to work with php files... Is there anyway I can change the working directory of php to somewhere else?

Thank you!

  • 写回答

1条回答 默认 最新

  • dounanyin3179 2012-02-29 08:13
    关注

    You can do it, just make sure to change server.document-root value so it will point to the same location as doc_root in php.ini. For example, if you use apache make sure that DocumentRoot defined in the apache configuration (httpd.conf) is pointing to the same folder as doc_root.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?