@vincenz17
1 year, 5 months ago
I found the problem. I use relative URLs because I need 3 domains for my website. In my wp-config.php I added this line. All plugins and wordpress itself are able to work with that, Buddypress is crashing 🙁
define(‘WP_CONTENT_URL’ , ‘/wp-content’);
Is there a way to use that with multiple domains?
Thanks!