Page 1 of 1

Error 404 why

PostPosted: 19. February 2009 07:13
by garyww
http://localhost/xampp/xamppsecurity.php

and returns as follows:
Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the webmaster.

Error 404
localhost
02/19/09 14:12:47
Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i mod_autoindex_color PHP/5.2.8 mod_perl/2.0.4 Perl/v5.10.0

Re: Error 404 why

PostPosted: 19. February 2009 07:23
by Izzy
The answer to that question is quite simple really, that page does not exist in the DocumentRoot the C:\xampp\htdocs\xampp folder - see for yourself.

http://localhost/security is the page to use in your browser.

The above security address is Aliased in C:\xampp\apache\conf\extra\httpd-xampp.conf file to the protected C:\xampp\security\htdocs folder and to the xamppsecurity.php file which resides outside of the DocumentRoot - see for yourself