How to change XAMPP htdocs directory in OSX?

Open httpd.conf file from below directory first

/Applications/XAMPP/xamppfiles/etc/httpd.conf

Search for “DocumentRoot” in httpd.conf and change to your targeted directory.

DocumentRoot “/Applications/XAMPP/xamppfiles/htdocs”
<Directory “/Applications/XAMPP/xamppfiles/htdocs”>