Reputation: 5332
I am trying to find physical path of localhost.
Is it possible to find physical path of localhost when I running my web sit on IIS or Visual Studio?
Thanks
Upvotes: 6
Views: 29860
Reputation: 377
I found this answer to be helpful. Not if you're using IIS, of course, but I'm not, and I still landed on this question.
Basically, figure out where you installed Apache, like maybe C:\Program Files\Apache24, and look for httpd.conf
Within that file, look for DocumentRoot. That stores the path to your localhost directory.
Upvotes: 1
Reputation: 63
I think by default the path to IIS localhost is
C:\inetpub\wwwroot
Upvotes: 5