Forum Moderators: coopster
When I use Google's site: command I get loads of the following results returned:-
PHP Fatal error: Unable to open d:\home\******\public_html\**** ...PHP Fatal error: Unable to open d:\home\*******\public_html\****-
directory\products\index.php in Unknown on line 0www.******.com/****-directory/products/index.php - 1k
Google seems to have a problem with my directory script, although it does correctly return all the ASP pages.
Yahoo and MSN don't return any PHP pages
My site doesn't use PHP, everthing is done with ASP. Although my host has installed PHP on the server which is IIS.
Can anyone suggest what might be causing these results, and how to correct it?
Is this a directory script provided by your host? or is it custom?
If the server is giving proper 404 errors for the address then it seems that Google will clean up eventually. If you want to speed it up then make sure a 410 error is sent for that page.
Tim
Is this a directory script provided by your host? or is it custom?
It's a free ASP script, which I modified to suit my needs.
What I can't figure out is how Google gets PHP errors from an ASP based directory.
If I enter the Urls Google is using (which don't exist) I get my 404 page, so I hope if I do nothing eventually the problem will right itself.