Ok so I'm pretty sure drupal cant really do this, however, with drual how would one do this

so i have a apache vhost for my drupal install for xxxx.com/www.xxxx.com
now i want to add sub.xxxx.com
added to nameserver, added to vhost. done

now when i goto sub.vhost.com it goes to my drupal page.

but i want it to goto a specific node

essentially i have a game server running on that ip and i have the game panel embedded into drupal. so when i goto the games address vs. the TLD i want it to goto a certain node/page/etc

Comments

WillHall’s picture

301 Redirect with htaccess.

Alternatively - you could use the domain module and set the frontpage for that domain to that node.