Skip to content

Instantly share code, notes, and snippets.

View jeremyHixon's full-sized avatar
😎
Killin' it

Jeremy jeremyHixon

😎
Killin' it
View GitHub Profile
@ralphcrisostomo
ralphcrisostomo / Wordpress Localhost FTP Connection Information.md
Last active October 26, 2020 14:27
Bypass Wordpress Localhost FTP Connection Information

Bypass Wordpress Localhost FTP Connection Information

Do chown / chmod wordpress folder:

    $ sudo chown -R :_www wordpress
    $ sudo chmod -R g+w wordpress

Add the following line into wp-config.php: