When you install Apache in Windows server,
Default Index.html file gets created in C:\Apache Software Foundation\Apache 2.2\htdocs
httpd.conf file gets created in C:\Apache Software Foundation\Apache 2.2\Conf
Need to modify following httpd.conf file
1. DocumentRoot from C:\Apache Software Foundation\Apache 2.2\htdocs to D:\Apache (self created)
2. Directory from C:\Apache Software Foundation\Apache 2.2\htdocs to D:\Apache (self created)
Comments