<?php
    header("Status: 301 Moved Permanently");
    header("Location: https://judex.nl/hulp/". $_SERVER['QUERY_STRING']);
    exit;
?>
