This is a discussion on I was programming in PHP on Sokkit and suddenly . . . within the Apache Web Server forums, part of the Web Server and Related Forums category; When I try to connect to http://localhost/blank.php I get: Object not found! The requested URL was not ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
When I try to connect to http://localhost/blank.php I get:
Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a server error, please contact the webmaster. Error 404 localhost 01/11/07 09:42:10 Apache/2.0.55 (Win32) PHP/4.4.2 Yikes! Help! I was playing with someone else's PHP and now my PHP seems to have been replaced. P - |
|
|||
|
no where near enough info, have you checked your error.log for apache.
its a simply 404, sounds like something in the apache.conf. But who knows find what file is being requested from the filesystem using the error.log then search for the doc root of your apache and check it, if you are using vhosting check the doc root of the vhost, then check for rewrites if still no luck, if still no uck post back with more info about your actual errors. PHPBABY3 a écrit : > When I try to connect to http://localhost/blank.php I get: > > Object not found! > The requested URL was not found on this server. If you entered the URL > manually please check your spelling and try again. > > If you think this is a server error, please contact the webmaster. > > Error 404 > localhost > 01/11/07 09:42:10 > Apache/2.0.55 (Win32) PHP/4.4.2 > > Yikes! > > Help! > > I was playing with someone else's PHP and now my PHP seems to have been > replaced. > > P - |