+ 1
What is root diectory
where can i find root directory
1 Answer
+ 5
In reference to PHP and ASP.Net, root directory is the folder that holds your web application files. And it is mapped to the web address of http://localhost/. It is sometimes, called document root also.
Assuming XAMPP installed in D: drive (Windows), then d:\xampp\htdocs\ shall be mapped as document root.