Cara Merubah Document Root di XAMPP – Document root merupakan tempat dimana file web seperti html, css, js, php dll di tampilkan. Untuk membuat web file di simpan di folder document root, biasanya ada di folder htdocs. Namun karena beberapa hal kita ingin merubah lokasi document root ini.
Untuk merubah lokasi document root di XAMPP sangat simpel.
- Edit file konfigurasi apache di C:\xampp\apache\conf. File bernama httpd.conf.
- Cari baris dengan kode DocumentRoot.
- Kemudian ubah nilai dari “C:\xampp\htdocs” menjadi folder dimana Anda menyimpan file web Anda.
- Lalu restart Apache.
- Done.

Semoga bermanfaat.