The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
block IP in cpanel question
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:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|