The first time I installed bugfree today, it was okay to access localhostxampp. An error occurred when I accessed localhostbugfree. thank you? The error message is as follows: Objectnotfound! TherequestedURLwasnotfoundonthisserver. IfyouenteredtheURLm is installed for the first time today. it is okay to access http: // localhost/xampp/and access http: // localhost/bugfree. thank you?
The error message is as follows:
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
2011-4-26 18:15:07
Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1
In addition, mysql configuration in config. inc. php is as follows:
/* 3. Define the username and password of the BugFree database .*/
$ _ CFG ['DB'] ['user'] = 'root ';
$ _ CFG ['DB'] ['password'] = '';
$ _ CFG ['DB'] ['host'] = 'localhost ';
$ _ CFG ['DB'] ['database'] = 'bugfree2 ';
$ _ CFG ['DB'] ['tableprefix'] = 'bf _';
$ _ CFG ['dbcharset'] = 'utf8 ';
The same error is reported when you access http: // localhost/bugfree2.
------ Solution --------------------
Http: // localhost/bugfree2/
Http: // localhost/bugfree/
Add "/" to the end "/"
------ Solution --------------------
Check apache Site Settings
It seems that the web system cannot be found.
------ Solution --------------------
Check whether index. php exists in the bugfree directory.