Are you installing mantis on your local machine or on a remote server?
1) local: In this case you should try to open
http://localhost/mantisbt/admin/install.php .
2) remote: You have to replace "yoursite" by the ip/hostname of the remote server.
Ensure that the "mantisbt" folder under you Webservers DocumentRoot (propably "/var/www") has the correct user/group ownership set.
You can set the correct file ownership with the following command(if your your Apache Webservers DocumentRoot is set to /var/www!):
Code: Select all
chown -R wwwrun:www /var/www/mantisbt
EDIT: Corrected an error in the change owner command.