furycd001

Fix


I’ve come to find that wordpress permissions can often be broken with a fresh install on Ubuntu. Thankfully Angel Alonso has made it super easy to fix. Simply open a terminal and wget his script from github, chmod it & then execute it. That’s the base of it, but see the three steps below....

  1. wget https://gist.github.com/Adirael/3383404/raw/6c5446d56477426faeb709e5b807f00422acdea2/fix-wordpress-permissions.sh
  2. chmod +x fix-wordpress-permissions.sh
  3. sudo ./fix-wordpress-permissions.sh /var/www/html

#Wordpress #Web #Fix #Ubuntu