Setting Detail FTP WordPress

Seringkali ketika dalam proses installasi plugins dan theme via web setelah kita berhasil mengupload theme atau plugins yang kita upload, di akhir-akhir proses instalasi, meminta host,user dan password . Yang pastinya jika setiap kali kita menginstall baru, otomatis akan meminta detail server dimana wordpress di install. Agar server otomatis di set host,user dan password maka yang harus disetting adalah wp-.php. Tambahkan definisi untuk Login Servernya


define('FTP_HOST', 'Your_FTP_Hosting');
define('FTP_USER', 'Your_FTP_Username');
define('FTP_PASS', 'Your_FTP_Password);
//If you use SSL connection, set this to true
define('FTP_SSL', false);

Related posts

Leave a Reply

Content Protected Using Blog Protector By: PcDrome.
Feedback

Coretan tangan Feedback

We appreciate any and all feedback about our site; praise, ideas, bug reports you name it!