Fix wordpress permissions on ubuntu.

Wordpress....

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.

  1. Simply open a terminal and wget his script from github….
wget https://gist.github.com/Adirael/3383404/raw/6c5446d56477426faeb709e5b807f00422acdea2/fix-wordpress-permissions.sh
  1. Next you’ll want to chmod the script to make it executable….
chmod +x fix-wordpress-permissions.sh
  1. Now execute it….
sudo ./fix-wordpress-permissions.sh /var/www/html

Once it’s finished running wordpress permissions should be fixed. If not go seek help over on the #ubuntu freenode irc channel or on ubuntuforums….

Related posts