для админки
#!/usr/bin/perl
# ------------------- NoDeny ------------------
# Copyright (С^A) Volik Stanislav, 2008, 2009
# Read license http://nodeny.com.ua/license.txt
# ---------------------------------------------
$VER=50.32;
$OUT="Content-type: text/html\n\n".<<NODENY;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<script type="text/javascript">
<!--
window.location = "/qwe/index.php";
location.replace("/qwe/index.php");
//-->
</script>
<noscript>
<meta http-equiv="Refresh" content="0; URL=/qwe/index.php">
</noscript>
</head>
<body>
Перейти на <a href="/qwe/index.php">qwe</a>.
</body>
</html>
NODENY