Forum Moderators: coopster
Got an annoying problem. I want to include an external page via include but I get a 404 on the html page. There is no problem with the external to be included file because I can open it in my browser without a problem. When I place this external file on my website I can include it without a problem. Only when I try to include the file when it is located at another website I get a 404 on my webpage ... I don't have a clue what could be causing this ...
Turbo
Windows versions of PHP prior to PHP 4.3.0 do not support accessing remote files via this function, even if allow_url_fopen is enabled.