Skip to content

Instantly share code, notes, and snippets.

@mikezielonka
Created November 19, 2013 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikezielonka/7538197 to your computer and use it in GitHub Desktop.
Save mikezielonka/7538197 to your computer and use it in GitHub Desktop.
Get WordPress To Play Nice When Your Entire WP-Content Directory is a SymLink aka Symbolic Link
/*Get WordPress To Play Nice When Your Entire WP-Content Directory is a SymLink aka Symbolic Link*/
define('WP_CONTENT_DIR', realpath($_SERVER['DOCUMENT_ROOT'] . '/wp-content'));
@mikezielonka
Copy link
Author

Goes into wp-config.php

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