Hello world out there,

there were some changes under the hood of Dustplanet I wanted to share and to tell you.

You may or may not know, that you can reach Dustplanet via different domains

There was an issue with the loading of images and that every link on the page redirected to *.de.
This issue has been resolved 🙂

You can add these little snippet to your wp-config.php to make sure a visitor stays e.g on the .eu domain

define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST']);
define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST']);

Also, I added some nice sharing buttons for the most common services.

Hope you enjoy these updates!
Cheers,
xGhOsTkiLLeRx

Under the hood changes

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.