Can I map a domain to another domain (mirror)?
I wish to map php.net to de.php.net, so when I access something like php.net/whatever, the browser will display stuff from de.php.net/whatever (the mirror is faster :P).
Adding this line in the hosts file doesn't seem work:
php.net de.php.net
...