Has anyone had this problem?
I've got an html page with:
<IFRAME SRC="page.php" WIDTH=225 HEIGHT=100></IFRAME>
if I look at page.php it's fine, but if I look at the HTML page with the IFRAME tag in it, it gives me this error:
"Not Found
The requested URL page.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. "
it's like the server is trying to change the requested URL from .php to .html !! I confirmed this by making a bogus little page.html file, and this displays instead! What the heck?
...
anyone seen this? any ideas?
Thanks!
-N
I've got an html page with:
<IFRAME SRC="page.php" WIDTH=225 HEIGHT=100></IFRAME>
if I look at page.php it's fine, but if I look at the HTML page with the IFRAME tag in it, it gives me this error:
"Not Found
The requested URL page.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. "
it's like the server is trying to change the requested URL from .php to .html !! I confirmed this by making a bogus little page.html file, and this displays instead! What the heck?
...
anyone seen this? any ideas?
Thanks!
-N