I cant change my web root in apache, for some reason it points to /Sites/folder1/folder2 instead of it pointing to /Sites. I configured and change my apache
there is a documentroot property in the /etc/apache2/httpd.conf on osx. so we can easily change the path like this;
DocumentRoot "{YOUR_ROOT_PATH}"