how to change the root folder in xampp.. it's my first time using xampp, and i'm trying to change the root folder of my website from this (htdocs/blog) to this folder (htdocs/blog/public) i saw heard that we can change the root folder by editing directoryRoot in the http.conf file but there's no directoryRoot inside my http.conf file that's all what i have inside the .conf file
Alias /bitnami/ "/opt/lampp/apache2/htdocs/"
Alias /bitnami "/opt/lampp/apache2/htdocs"
Options Indexes FollowSymLinks AllowOverride All Order allow,deny Allow from all