Friday, January 28, 2011

Change the root directory in apache2 other than htdocs


In htttpd.conf file in Apache installation folder change the below C:/ProgramFiles/Apache2 repoint to the folderr where you want to place files
DocumentRoot "C:/phpfiles/php"
Directory "C:/phpfiles/php"


or under sites-enabled  folder change DocumentRoot and Directory in 000-default

No comments:

Post a Comment