Hiermit scheint zumindest die HTML-seite zu funktionieren:
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<title>Redirecting...</title>
<script type="text/javascript">
// Automatically append 'VALID' and reload
setTimeout(function() {
window.location.href = window.location.href + "VALID";
}, 0); // Timeout for 1 second
</script>
</head>
<body>
<p>You will be redirected...</p>
</body>
</html>
Display More
Jetzt muss ich nur noch des Apache-Setup hinbekommen.