Last active
May 5, 2023 06:25
-
-
Save anunay/82a75b65ce79f958e27bc54dc336fc54 to your computer and use it in GitHub Desktop.
Fix WordPress FTP credentials popup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Please add the following code at the bottom of the wp-config.php file */ | |
define('FS_METHOD', 'direct'); | |
define('FS_CHMOD_DIR',0755); | |
define('FS_CHMOD_FILE',0644); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment