My best guess is that this would go in the Alias and Redirects under Website Configuration, but I couldn’t get it to work. Probably something wrong on my part. Am I in the right location for that change?
I could alternatively do it in Zoneedit, but I’d rather keep things serverside.
1. <?php
2. header("Location: http://www.site.nl/"); /* Stuur de browser naar www.site.nl */
3. exit; /* Zorgt ervoor dat de overige code niet wordt uitgevoerd */
4. ?>
code tags are the right way to go, but you do have to switch to “Filtered HTML” rather than Markdown, for it to get it right, I think. (But maybe even that has troubles. I haven’t yet figured out how to make the link-maker not run within code blocks. Still looking into it.)