Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #10205, comment 18


Ignore:
Timestamp:
02/22/2011 12:11:29 AM (14 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10205, comment 18

    initial v1  
    33Thats exactly it. PHP has full write access to the directoryy/files.
    44
    5 Now, Your server might be setup correctly to allow this to work adequately and if that's the case, i encourage you to add `define('FS_METHOD', 'direct';` to your wp-config.php file.
     5Now, Your server might be setup correctly to allow this to work adequately and if that's the case, i encourage you to add `define('FS_METHOD', 'direct');` to your wp-config.php file.
    66
    77However, In a large number of shared hosts, and a large number of servers, the server will not be setup like yours. The files will be writable by apache/php, however files created by apache will not be readable/modifiable by FTP users, or, files created by apache, will be ultimately writable to all users on the server (As every instance of PHP runs as the same user with no security)