<!DOCTYPE html PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'>
<html>
<head>
 <meta http-equiv='Content-Type' content='text/html;charset=us-ascii'>
 <style>BODY{font:10pt Tahoma, Verdana, sans-serif;}</style>
</head>
<body>
We also had some difficulty at first with the URL record and solved it on a different way.<br>
<br>
Basicly we put 2 records, both an A and URL record like:<br>
<br>
<pre>www.yourdomain.com   A       193.238.25.218                          86400<br>www.yourdomain.com       URL     http://web.someisp.com/~myname/site     86400</pre>
The A record points to a webserver that listens on a dedicated IP. In
the webroot we placed and index.php scripts that looks for the
$_SERVER[HTTP_HOST] string in the request. It then looks into the
powerdns mysql db for the URL record and does a " header("Location:
$destination"); " to redirect the user.<br>
<br>
Regards,<br>
Nico van Royen<br><blockquote style="border-left: 2px solid rgb(0, 0, 255); padding-left: 5px; margin-left: 5px; margin-right: 0px;"><hr><b>From:</b> Parava Networks [mailto:info2@parava.net]<br><b>To:</b> pdns-users@mailman.powerdns.com<br><b>Sent:</b> Tue, 16 May 2006 19:18:46 +0200<br><b>Subject:</b> [Pdns-users] Domain Forwarding<br><br><!-- --><br>We finally made the move from Windows PowerDNS to Linux PowerDNS and we are<br>extremely happy. No problems so far after 5 days. Everything working as<br>expected.<br><br>We have tried to use FancyRecords for domain forwarding but cannot get it to<br>work. We set urlredirector to point to a live DNS server and still no luck.<br><br>Can anyone help us in using FancyRecords? Or better yet, what would be the<br>correct way to forward a domain name to another domain name?<br><br>www.domainname.com goes to www.newdomain.com<br><br>Any help is greatly appreciated.<br><br>Patricio Valdes<br><br><br>_______________________________________________<br>Pdns-users mailing list<br><a href='javascript:kh6k0("new","Pdns-users@mailman.powerdns.com")' onmouseover='window.status="";return true;' onclick='window.status="";return true;'>Pdns-users@mailman.powerdns.com</a><br><a href="http://mailman.powerdns.com/mailman/listinfo/pdns-users" target="_blank">http://mailman.powerdns.com/mailman/listinfo/pdns-users</a><br><!-- --><style> </style> </blockquote></body></html>