benim ana bir etki işaret var, ama bir çerçeve kullanılarak hes (benim ev sahibi sadece yönlendirme bu tip sağlar, bu durumu değiştirmek ve yok edemez bile bana bir redirect.html yönlendirmek için izin)
<FRAME SRC="http://www.domain111.com/" NORESIZE>
how can i force this secondary domain to redirect to my main site, without frames? so far i tried:
RewriteCond %{HTTP_HOST} ^www.domain222.com$[OR]
RewriteCond %{HTTP_HOST} ^domain222.com$
RewriteRule ^(.*)$ http://www.domain111.com/$1 [R=301,L]
ayrıca
if (preg_match("/domain2222.com/i", $_SERVER['HTTP_REFERER'])) {
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.domain111.com/");
exit;
}
yönlendirme o çerçevede geliyor ancak bu yana sonsuz bir döngü şu
ben ne yapmalıyım? barındırma değiştirme bir seçenek değil