Here are the two entries I've tried but can't seem to get working.Here I want to redirect anyone who types in that domain to the tripod site. (Client request)
RewriteEngine On RewriteCond %{HTTP_HOST} ^nwdyc.org [NC] RewriteCond %{HTTP_HOST} ^www.nwdyc.org [NC] RewriteRule ^(.*)$ http://nwdyckids.tripod.com/ [R,L]Here I was just trying to make the damn thing see my IP address and move me over to yahoo.
RewriteEngine on RewriteCond %{REMOTE_ADDR} ^221.216.69.25$ RewriteRule ^(.*)$ http://www.yahoo.com [L] Neither of these seem to work. Is there something I'm doing wrong? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx