nothing,
this is a copy/paste
PHP Code:<?php
$url = http://www.en4cer.co.uk/downloads/' . $_SERVER['QUERY_STRING'];
header("Location: $url");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Ades Design</title>
</head>
<body>
<p>
Warning: your browser does not support
HTTP correctly. It is likely that a large portion
of the Web will be broken for you.
</p>
<p>
You should have been sent to <a href="<?php print $url; ?>"><?php print $url; ?></a>.
</p>
</body>
</html>



Reply With Quote

Bookmarks