How can I change my default xampp localhost c:xampp/htdoc
to another folder i.e. c:/alan
? When I use the IP address I should be able to view my website file in C:/alan
.
Thanks for helping me.
Edit the httpd.conf file and replace the line DocumentRoot "/home/user/www" to your liked one.
The default DocumentRoot path will be different for windows [the above is for linux].