Jump to content

multiple redirects with "Limit GET HEAD POST" ???


redknight

Recommended Posts

I want to know if I can send two different ip's to two different places, using the "order/deny" thing in htaccess.

I'm trying and reading now for a couple of hours and still no luck...  :shrug:

 

This works, but the other one not

ErrorDocument 403 http://www.altavista.com/
<Limit GET HEAD POST>
order allow,deny
deny from 11.111.111.111
allow from all
</LIMIT>

 

ErrorDocument 403 http://www.altavista.com/
<Limit GET HEAD POST>
order allow,deny
deny from 11.111.111.111
allow from all
</LIMIT>
ErrorDocument 403 http://www.yahoo.com/
<Limit GET HEAD POST>
order allow,deny
deny from 22.222.222.222
allow from all
</LIMIT>

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.