On Wed, Jan 7, 2009 at 5:16 AM, Joseph Morgan <[email protected]> wrote: > Jim.... here is my changed httpd.conf file: > > NameVirtualHost * > > # > ================================================================================= > > ServerAdmin [email protected] > DocumentRoot G:/webroot/htdocs/ProSportsResumes > ServerName www.ProSportsResumes.com > > > # > ================================================================================= > > ServerAdmin [email protected] > DocumentRoot G:/webroot/htdocs/Cisly > ServerName www.Cisly.com > > > # > ================================================================================= > > ServerAdmin [email protected] > DocumentRoot G:/webroot/htdocs/VizBizCardz > ServerName www.VizBizCardz.com > > # > ================================================================================= > > Please go visit the site.... and I've noticed something. When I use > IE, regardless of the host I go after, I get a mangled version of the > ProSportsResumes site. When I use FireFox, I get a perfect version of > the Cisly (my mom's) site.
You haven't configured any virtualhosts. Just repeating DocumentRoot and ServerName statements does not create a virtualhosts. VirtualHosts are created using VirtualHost blocks. Read the documentation and look at the examples given there and here. Krist -- [email protected] [email protected] Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of conversation. Q: What's wrong with top-posting? A: Top-posting. Q: What's the biggest scourge on plain text email discussions? --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
