Admin WP require FTP

WordPress asking for FTP and Pasword

some hosting provider still problem on request FTP user and password

the following are solving simply way.

  1. login to host admin panel and open file: wp-config.php
  2. go to part of the list below and insert paragraph

insert text code below and change FTP user name & pasword then save file.

define('FTP_HOST', 'localhost');
define('FTP_USER', 'your_ftp_username');
define('FTP_PASS', 'your_ftp_password');
define('FTP_BASE', '/public_html/');

 

Posts created 44

ใส่ความเห็น

อีเมลของคุณจะไม่แสดงให้คนอื่นเห็น ช่องข้อมูลจำเป็นถูกทำเครื่องหมาย *

Related Posts

Begin typing your search term above and press enter to search. Press ESC to cancel.

Back To Top