how to change web server folder location in xampp

xampp

Solution

Edit the file /opt/lampp/etc/httpd.conf and change the lines containing current web directory path. It should start with DocumentRoot. Update all the places having the current path to the path you would like it to be.

Problem

I have installed xampp and by default my website files are stored in htdocs. How do I change the webdirectory path?

Original source