Дайте код переадрисации за +
в .htaccess пишем Redirect 301 / http://site.ru
xkat, <?PHP
if(empty($_GET))
{
echo \'<a href=\"index.php?e\">!!!!!</a><br>\';
}
if(isset($_GET[\'e\']))
{
if(file_exists($ee)&&file_exists($t))
{
echo \'kyky\';
}
else
{
# переадресация на index2.php
echo \'<script type=\"text/javascript\">
window.location = \"index2.php\"
</script>\';
}
}
?>
или в php пишем header(\'Location: http://site.ru\');
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />
<META HTTP-EQUIV=\"Refresh\" CONTENT=\"1; URL=http://Hackbit.net\">
</head>