Skip to navigation
Add permanent ftp access info to wordpress
27.01.24
add the access info to your wp-config.php file ```php define('FTP_USER', 'foofoo'); define('FTP_PASS', 'barbar'); define('FTP_HOST', 'localhost'); define('FTP_SSL', false); if ( ! defined( 'FS_METHOD' ) ) define( 'FS_METHOD', 'direct' ); ```
https://hackrepair.com/blog/set-wordpress-ftp-credentials-within-wp-config-php
Reply
Anonymous
Information Epoch 1742045737
Save trees.
Home
Notebook
Contact us