Absolute path in Windows local apache server
Posted
by Qiao
on Stack Overflow
See other posts from Stack Overflow
or by Qiao
Published on 2010-04-08T22:41:53Z
Indexed on
2010/04/08
22:43 UTC
Read the original article
Hit count: 185
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?
© Stack Overflow or respective owner