Support

Account

Home Forums Backend Issues (wp-admin) CSS throwing 404 if wp-plugin is a symlink Reply To: CSS throwing 404 if wp-plugin is a symlink

  • Came across this issue today. A work around for anyone else that stumbles on this is to redefine WP_PLUGIN_DIR using realpath in wp-config.php

    define ('WP_PLUGIN_DIR', realpath(WP_CONTENT_DIR.'/plugins'));