hello!

when i call a non-existing php-file with the IIS-server, i got the message:

"Warning: Failed opening 'C:\Inetpub\wwwroot\eee.php' for inclusion (include....."

why doesn´t the IIS display the ordinary 404-error-page??

thx in advance, rin.

    For securty you should not run php, perl scripts from the wwwroot.

    You are beter to put those scripts into the "scripts" folder or make one up outside your wwwroot and set the properties on that folder to read the type of script you want in there.

      Write a Reply...