Skip to content

Instantly share code, notes, and snippets.

@AshikNesin
Last active September 11, 2015 13:43
Show Gist options
  • Save AshikNesin/c9b0bb7307a731f8b537 to your computer and use it in GitHub Desktop.
Save AshikNesin/c9b0bb7307a731f8b537 to your computer and use it in GitHub Desktop.
[Fix] Can't get wordpress to write the wp-config.php file

Just go to wordpress installation directory inside your www directory in terminal and give write permission to your web server which is running as www-data

sudo chown -R www-data wordpress

via StackExchange

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment