Hello apache-talk,
Хочу сделать следующее, если почетитель приходит на мой сайт, скажем
с Google, то я хочу "завернуть" его на галвную страницу, а не на ту,
что выдал ему по запросу Google. Соответсвенно пишу слудующее:
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://www\.google\.com)/ [NC]
RewriteRule /* http://www.my-site.com/ [R,L]
И ничего не работает. при нажатии на ссылке в google - сервер просто
не открывается. В чем может быть дело?
Best regards,
Alexander Isaev mailto:A.Isaev@xxxxxxxxxx
=============================================================================
= Apache-Talk@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.