Jump to content

Help


mmitchell

Recommended Posts

I seem to be having some difficulties in getting my VirtualHosts to work properly. The problem is not that the server doesn't reply to the addresses, but that it responds with the same page. These were actually working before I switched things over to the new server. Maybe someone here can figure out my issues. (If you need the whole thing, it is here: http://turrauko.dyndns.org/help.txt.)

 

Thanks in advance,

Mike

 

 

 

<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /var/www/karingkids
ServerName karingforkids.net
ServerAlias karingkids.dyndns.org
ServerAlias www.karingforkids.net
</VirtualHost>
# Subdomains
<VirtualHost *:80>
	DocumentRoot /var/www/karingkids/images
	ServerName images.karingforkids.net
</VirtualHost>

<Virtualhost *:80>
DocumentRoot /var/www/homermitchell
ServerName homermitchell.org
ServerAlias www.homermitchell.org
</VirtualHost>

Link to comment
https://forums.phpfreaks.com/topic/92859-help/
Share on other sites

Yes, I know, but my ISP (even though I have a business class connection) refuses to give me a static IP address. Dyndns was working fine earlier.

 

The real problem is that they're supposed to go in order, but it is always giving me the one at the bottom instead of the top.

Link to comment
https://forums.phpfreaks.com/topic/92859-help/#findComment-476563
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.