redknight Posted October 26, 2009 Share Posted October 26, 2009 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... 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> Link to comment https://forums.phpfreaks.com/topic/179002-multiple-redirects-with-limit-get-head-post/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.