You
- File a support ticket for getting our server to listen for your domain
- Once we've acknowledged your ticket, either configure your domain to use our dns servers (ns1.dreamhost.com, ns2.dreamhost.com, ns3.dreamhost.com) and let us handle your email or configure the following A records in addition to your other dns records:-
- yourdomain.com in A 208.113.181.145
- www.yourdomain.com in A 208.113.181.145
- You should now be good to go, with a default drupal site up and running on your domain
Us
- Log in to Dreamhost Web Panel
- Add new site
- Specify Your Web Directory: /home/username/www.queerwp.net/
- Add mail accounts if required
- Log into qvox.org
- /node/add/drupal-site
- Hit submit
- Add the following code to the .htaccess file.
RewriteCond %{HTTP_HOST} newdomain\.com [NC]
RewriteRule ^(.*)$ http://www.queerwp.net/site/sitename [L,R]
RewriteCond %{HTTP_HOST} www\.newdomain\.com [NC]
RewriteRule ^(.*)$ http://www.queerwp.net/site/sitename [L,R]