I have a php page that will needs to navigate to other directory that is hosted in iis in order to access the images but it keep telling me file not found.
IIS
D:\website\images (the website folder here is already a website hosted by IIS)
Apache
D:\xampp\htdocs\page.php
From page.php, I try to access the image with relative path. So the path i tried is ../../website/images/whatever.jpg but i can't access it. Any settings that needs to be done in IIS?
Btw, I can access it using browser though.
Thanks