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!
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.