09 Nov, 2007, blueice wrote in the 1st comment:
Votes: 0
so i registered thedragonball.net, and i am trying to point this domain to thedragonball.wolfpaw.net. when i do a simple forward of the domain the website pulls up fine, but not the mud. i tried editing my a and cname records but those seem to want to send to wolfpaw.net and not me

A Record —-> thedragonball.net —–> 204.209.44.8
A Record —-> www.thedragonball.net —–> 204.209.44.8
CNAME Record —-> *.thedragonball.net —–> thedragonball.wolfpaw.net

any ideas?
09 Nov, 2007, Davion wrote in the 2nd comment:
Votes: 0
You have to get the wolfpaw people to add a new virtual host for your domain to apache, then it should all direct properly.
12 Nov, 2007, Zeno wrote in the 3rd comment:
Votes: 0
Does anyone know how to do this if you're the server admin? :P
12 Nov, 2007, Conner wrote in the 4th comment:
Votes: 0
Yeah, in your httpd.conf you need to add something like:
<VirtualHost 192.168.0.1> 
ServerName topsmaugmuds.com
ServerAlias www.topsmaugmuds.com
DocumentRoot /opt/lampp/htdocs/tsm
ErrorLog /opt/lampp/logs/error_log
CustomLog /opt/lampp/logs/basic_access_log common
CustomLog /opt/lampp/logs/referer_log referer
CustomLog /opt/lampp/logs/agent_log agent
CustomLog /opt/lampp/logs/access_log combined
ScriptAlias /cgi-bin/ /opt/lampp/cgi-bin
</VirtualHost>

Obviously substituting appropriate paths, domain name, IP, etc.
0.0/4