The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I have blocked a IP in my cpanel IP Deny Manager, but I would like to send that IP to a URL of my choice when the connect to my site. Can this be done?
|
|
#2
|
||||
|
||||
|
Redirect?
|
|
#3
|
||||
|
||||
|
Did you do a search? I am pretty sure I have seen a mod to do what you want.
|
|
#4
|
||||
|
||||
|
Yes but for only the ips of my choice not ever user or guest.
|
|
#5
|
|||
|
|||
|
This should work.. add this in your .htaccess
Code:
RewriteEngine On
RewriteCond %{REMOTE_ADDR} ^1\.2\.3\.4$
RewriteRule .* http://www.google.com
|
|
#6
|
||||
|
||||
|
Quote:
|
![]() |
|
|