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
- http://dustplanet.de
- http://dustplanet.eu
- http://dustplanet.tk
- http://dustpla.net (used for short links)
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