Hello,
I have configured the site to work on 2 domains (right now it’s subdomains but will be domains).
After I’ve done this, I can’t see icons (I think bootstrap ones) on the second website.
for example: return to top, category link icons.
Primary site: test.geemarc.com
second site (points to the same location): test2.geemarc.com
Icons disappear on test2.geemarc.com
for enabling 2 domains on the same installation I’ve added this to wp-config.php:
define(‘WP_SITEURL’, ‘http://’ . $_SERVER[‘HTTP_HOST’]);
define(‘WP_HOME’, ‘http://’ . $_SERVER[‘HTTP_HOST’]);
Thank you