|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Jul 2003
Posts: 233
|
.htaccess ip block
i looked on google for the answer for this but I can't find exactly what I'm looking for. Thought someone here may have used this before. I am looking to deny access to certian ips and than redirect them to another page.
Can this be done ? and does anyone have an example?
__________________
Fresh Adult Email Lists, If<br> You Can't Make Money On These <br>Lists, <a href="http://www.mcdonalds.com/countries/usa/careers/index.html" target="_blank">Apply Here </a> |
|
|
|
|
|
#2 |
|
So Fucking Banned
Industry Role:
Join Date: Apr 2001
Location: N.Y. -Long Island --
Posts: 122,992
|
yes it can be done
|
|
|
|
|
|
#3 | |
|
Confirmed User
Join Date: Jul 2003
Posts: 233
|
Quote:
__________________
Fresh Adult Email Lists, If<br> You Can't Make Money On These <br>Lists, <a href="http://www.mcdonalds.com/countries/usa/careers/index.html" target="_blank">Apply Here </a> |
|
|
|
|
|
|
#4 |
|
So Fucking Banned
Industry Role:
Join Date: Apr 2001
Location: N.Y. -Long Island --
Posts: 122,992
|
RewriteCond %{HTTP_REFERER} http://www.gratisplaatjes.nl [NC,OR]
RewriteCond %{HTTP_REFERER} http://www.gratisplaatjes.nl [NC] RewriteRule /* http://www.xxxx.com/404.html [R,L] |
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Jul 2003
Posts: 233
|
That looks like it redirects based on a referrer.. i need the redirect based on certain ips
__________________
Fresh Adult Email Lists, If<br> You Can't Make Money On These <br>Lists, <a href="http://www.mcdonalds.com/countries/usa/careers/index.html" target="_blank">Apply Here </a> |
|
|
|
|
|
#6 |
|
♥♥♥ Likes Hugs ♥♥♥
Industry Role:
Join Date: Nov 2001
Location: /home
Posts: 15,841
|
ErrorDocument 403 http://www.booyah.com
order allow,deny deny from 217.227.253 deny from 66.185.84 deny from .ru deny from .cn allow from all
__________________
I like pie. |
|
|
|
|
|
#7 | |
|
Confirmed User
Join Date: Jul 2003
Posts: 233
|
Quote:
__________________
Fresh Adult Email Lists, If<br> You Can't Make Money On These <br>Lists, <a href="http://www.mcdonalds.com/countries/usa/careers/index.html" target="_blank">Apply Here </a> |
|
|
|
|