GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   httaccess to redirect a specific IP ? (https://gfy.com/showthread.php?t=427623)

Alex 02-05-2005 06:44 PM

httaccess to redirect a specific IP ?
 
Something to redirect a single IP to another page whats the htaccceess code for it.

chaze 02-05-2005 06:47 PM

Redirect 123.123.123.123

this should do it.

Alex 02-05-2005 06:49 PM

Quote:

Originally Posted by chaze
Redirect 123.123.123.123

this should do it.


Redirect 123.123.123.123 www.sitename.com/page ???

What if i just want to ban the IP and send it to a 403 page

Alex 02-05-2005 06:50 PM

Bumppppp

Alex 02-05-2005 06:52 PM

would this work?

order allow,deny
deny from xxx.xx.x.x
allow from all

Alex 02-05-2005 07:06 PM

bump?????

fris 02-05-2005 07:07 PM

redirect / ip

just like redirect / http://www.blah.com

chaze 02-05-2005 07:11 PM

Quote:

Originally Posted by kaliboy2g
bump?????


<Limit GET>
order allow,deny
deny from 24.128.16.113
deny from 24.128.16.114
allow from all
</Limit>

errordocument 404 http://www.dwhs.com/index.htm

RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^.*WebZIP.*$ [OR]
RewriteRule /* http://www.dwhs.com [L,R]

jukeboxfrank 02-05-2005 07:49 PM

that will work


All times are GMT -7. The time now is 06:17 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123