Besides the ServerAlias, You probably also need to add DirectoryIndex index.html and also change your document root to the actual root directory where your website is located.
- Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Tue, Apr 12, 2022, 5:21 PM Eric Covener <[email protected]> wrote: > On Tue, Apr 12, 2022 at 5:12 PM DiversityLink/Milt Spain > <[email protected]> wrote: > > > > Apache2.4 installed and operating on Widows 7. Test site is loaded at > C:\Apache24\htdocs\testsite.com. Site index is loaded in the testsite.com > folder as index (an htm file). Virtual Hosts is set up as: > > > > <VirtualHost *:80> > > > > ServerAdmin [email protected] > > DocumentRoot"C:Apache24/htdocs/" > > ServerName testsite.com > > How about appending: > ServerAlias localhost > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
