Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue Oct 26, 2010 1:06 pm 
Offline

Joined: Tue Oct 26, 2010 1:03 pm
Posts: 1
Hi, I have a wordpress site hosted on my linode box, but whenever I try to add an additional site, it gets ignored and routes the site to my existing wordpress site.

this is the bit of my apache config discussing virtual hosts, my servername of the server is box.plc.vc - but I have a dns record that points wear.bodykit.com to my server. I'd like to add an additional site (47feet.com) to server another wordpress install located at /home/plc/47 - any ideas?

Code:
# Include the virtual host configurations:
DocumentRoot /home/plc/www
Group www-data
User plc
ServerName box.plc.vc


<VirtualHost store.wearbodykit.com>
DocumentRoot "/home/plc/important/bag"
ServerName store.wearbodykit.com
<Directory "/home/plc/important/bag">
allow from all
Options +Indexes
</Directory>
</VirtualHost>


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group