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'));
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.