How do I configure IIS so that if I ever include a file using a path starting with "/", it would include the file correctly?
e.g.
include("/folder_a/file_a.php");
The above code is supposely looking into C:\Interpub\wwwroot\, but it doesn't. If I type /images/file.gif in PHP file, the image shows up correctly (it's getting the image file from C:\Interpub\wwwroot\images).