HTML
<iframe src="file:///C:/1.htm">
</iframe>
</iframe>
file:///C:/1.htm is the correct path since when I enter it to my web browser's address box it shows up properly. But when I use the same call function in my PHP it does not.
My situation is that I'm running Apache with PHP, therefore I am running my own mimi-webserver on my computer. There's no risk of someone else accessing my file because it's for my testing purpose.
I thought it had to do with some Apache setting but I cannot seem to overcome this obstacle. Any HTML or Apache gurus out there, if you have a solution to call localized file to a browser using any HTML markup I would be appreciated


