
08-11-2011, 01:07 AM
|
 |
|
|
Join Date: Nov 2007
Location: USA
Posts: 185
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by KProjects
This should work.. add this in your .htaccess
Code:
RewriteEngine On
RewriteCond %{REMOTE_ADDR} ^1\.2\.3\.4$
RewriteRule .* http://www.google.com
(replace the 1.2.3.4 w/ the ip you want to shoot away.. and replace google.com w/ the place you want to send them..)
|
WOW thanks so much!!!!
|