The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
is there a mode or a way to block ip's from ''seeing'' the site and like redirect all the blocked ip's to other url..?? thax for the help
|
|
#2
|
|||
|
|||
|
You can use the .htaccess file
deny from 123.45.6.7 deny from 192.168. Ending with an ' . ' early serves as a wildcard for the rest of the digits. |
|
#3
|
||||
|
||||
|
is there a code i need to add on there?
like for example if i want to banned 67.224.146.186 / 75.118.205.121 how do i add it to the .htaccess file |
|
#4
|
|||
|
|||
|
Code:
order allow,deny deny from 67.224.146.186 deny from 75.118.205.121 allow from all |
|
#5
|
||||
|
||||
|
thank you that work's what about redirect all the deny ip's to another url ????
|
|
#6
|
|||
|
|||
|
Add
Code:
ErrorDocument 403 http://www.somepage.com
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|