<?php
// PHP permanent URL redirection
header("Location: https://wilhelminaappartementen.wordpress.com", true, 301);
exit();
?>