Quantcast
Channel: WordPress.org Forums » [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Support
Viewing all articles
Browse latest Browse all 42116

Markus Amalthea Magnuson on "[Plugin: WordPress SEO by Yoast] Incorrect path for resources (image, js) after installing and activating"

$
0
0

It turns out this problem appears in other plugins as well.

The problem has to do with symlinks in the wp-content path, see this ticket for more information.

I solved it by editing my wp-config.php, replacing this:

define('WP_CONTENT_DIR',$_SERVER['DOCUMENT_ROOT'] . '/wp-content');

With this:

define('WP_CONTENT_DIR', realpath($_SERVER['DOCUMENT_ROOT'] . '/wp-content'));


Viewing all articles
Browse latest Browse all 42116

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>