Absolute path in Windows local apache server
- by Qiao
I need to get absolute path to file in local server:
http://localhost/site.com/file.txt
D:\www\site.com\file.txt
Path "http://localhost/site.com/file.txt" can not write to this file, so I can not use it.
What is absolute path for that file?