I am only generally familiar with IIS7 so I apologize if this is a rather fundational question.
I just installed IIS7 for use as a localhost with PHP for developing websites. I haven't had an issue in the past but I am confronted with it now. Namely, relative paths are not working (if that's even the problem). Perhaps an example will be beneficial.
Localhost - c:\development\websites
Images - c:\development\websites\myWebsite\images
Does not work
<img src="images/img1.png">
Works
<img src="c:\development\websites\myWebsite\images\img1.png">
This is not an issue with any of my other IIS7 implementations. Any suggestions?
-Geates
"I hope I can chill and see the change - stop the bleed inside and feel again. Cut the chain of lies you've been feeding my veins; I've got nothing to say to you!"
-Infected Mushroom
"I do not offer answers, only considerations."
- Geates's Disclaimer
I just installed IIS7 for use as a localhost with PHP for developing websites. I haven't had an issue in the past but I am confronted with it now. Namely, relative paths are not working (if that's even the problem). Perhaps an example will be beneficial.
Localhost - c:\development\websites
Images - c:\development\websites\myWebsite\images
Does not work
<img src="images/img1.png">
Works
<img src="c:\development\websites\myWebsite\images\img1.png">
This is not an issue with any of my other IIS7 implementations. Any suggestions?
-Geates
"I hope I can chill and see the change - stop the bleed inside and feel again. Cut the chain of lies you've been feeding my veins; I've got nothing to say to you!"
-Infected Mushroom
"I do not offer answers, only considerations."
- Geates's Disclaimer