Customized Subdomain
Posted by: Dazmogan
Posted on: 2009-09-19 03:15:00
Hi there,
What I need is something like cloaking but without the ugly frame stuff. I would like my visitor redirected from foobar.dazmogan.com to dazmogan.com/foobar without a change in the adress bar. A vhost file would look like this:
<VirtualHost *>
ServerName foobar.dazmogan.com
DocumentRoot /home/dazmogan/dazmogan.com/foobar
</VirtualHost>
Is this possible with dreamhost / the panel? I could not find a way to do this.
Regards