Anyone with website experience?

Ford SportTrac Forum

Help Support Ford SportTrac Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

Steve Forbes

Member
Joined
May 5, 2008
Messages
73
Reaction score
0
Location
Clinton Township, MI
First off here's the story. My brother is starting to separate companies and wants websites for both, lawn care company, and a tent renting service. Well I'm making websites for both, and I will be hosting both on my home computer. So far I've successfully gotten the first one up and running (hosting from my home computer, its just down right now). Now here's the problem, I'm trying to get the second site up and it keeps directing it to the first site. I' am using apache 2.2, with services through DYDNS.



I was wondering if anyone had any experience with this, and what can I do?

Any help would be great! :banana:

http://prestigetentrental.org/ <----site 1

http://prestigecuts.com/ <---------site 2

settings in apache- <VirtualHost *:80>

ServerAdmin http://prestigecuts.com/

DocumentRoot "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\Site1"

ServerName http://prestigetentrental.org/

ServerAlias www.dummy-host.dyndns.org

ErrorLog "logs/dummy-host.dyndns.org-error.log"

CustomLog "logs/dummy-host.dyndns.org-access.log" common

</VirtualHost>



<VirtualHost *:80>

ServerAdmin http://prestigetentrental.org/

DocumentRoot "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\site2"

ServerName http://prestigecuts.com/

ErrorLog "logs/dummy-host2.dyndns.org-error.log"

CustomLog "logs/dummy-host2.dyndns.org-access.log" common

</VirtualHost>



 
Seriously, if you want to do this sort of thing don't host it on your home computer. Look at something like godaddy or ixwebhosting where for $4 a month you can host it. They take care of all of this for you and you just have to do the actual pages.
 

Latest posts

Top