Thread Starter
intdev
(@intdev)
Hi Gustavo,
Thanks for quick reply!
I tried another browser and now it seems to work 🙂
– it might have been a cache issue.
But I had another fix to make it work while I am using Ithemes Security with a different Wp-directory.
In my wp-config I added this:
define( ‘WP_CONTENT_DIR’, $_SERVER[‘DOCUMENT_ROOT’] . ‘/matrix’ );
define( ‘WP_CONTENT_URL’, “https://”. $_SERVER[‘HTTP_HOST’] . ‘/matrix’ );
Thanks again, and have a nice day.
Cheers Michael
-
This reply was modified 5 years, 8 months ago by intdev.