How can I stop WordPress from prompting me to enter FTP information when doing updates?
feedback
|
|
If you edit your Your settings will vary, but these work for me and my hosting setup. I've included some of the unused constants, prefixed:
| |||||||||
feedback
|
|
Check your file ownership. When the user that apache runs as can write to the wordpress directories, then the integrated upgrade process all just works without ftp. The FTP credentials are for if the web server doesn't have the right priviledges on your files, then wordpress prompts you for your FTP details, and attempts to use those to FTP back to the same server it is on to be able to write the files it needs. | |||||
feedback
|