Quote:
Originally Posted by y2ksw
It should actually work everywhere and PHP should translate the paths accordingly. If your web server is located on the C: drive, then a path starting with / should refer to C:\ automatically. In addition, paths in Windows are not case sensitive. The only issue I have had with windows web servers, were the read and write permissions, but adding the Everybody user with Modify rights fixed it.
|
Thanks for the quick response, Ill play with it a little more on my environment and see if I can trace exactly whats going on. I'll post back with an update once I figure something out.