Joseph Morgan wrote:
I have somehow mangled my virtual hosts.. or so I think. I have two web sites http://www.ProSportsResumes.com, and http://www.VideoFortWorth.com, among others hosted on the same machine. If you visit http://www.VideoFortWorth.com, you'll see "ProSportsResumes" in the title, but the content of both are correct.
Well, like Krist said, the title is pulled from the HTML. If I visit www.VideoFortWorth.com, I see <title>ProSportsResumes</title> in the HTML (you are using frames and the rest of the content of the page is pulled from http://68.113.201.224/VideoFortWorth).
# Virtual hosts Include conf/extra/httpd-vhosts.conf And my httpd-vhosts.conf has: NameVirtualHost 127.0.0.1:* ServerAdmin admin@xxxxxxxxxxxxxxxxxxxx DocumentRoot X:/webs/ProSportsResumes ServerName www.ProSportsResumes.com ServerAdmin admin@xxxxxxxxxxxxxxxxxx DocumentRoot X:/webs/VideoFortWorth ServerName www.VideoFortWorth.com
I assume these are actually in <VirtualHost> containers (they don't show in the email)?
-- Justin Pasher --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx