<?php if ($_GET['file']) { $f = htmlspecialchars($_GET['file']); header('Location: http://muzmo.ru/' . $f); } else { header('Location: ../index?isset=404'); } ?>