wenn man auf unser Board geht kommt die Meldung:
Woran kann das liegen, was kann ich tun?Not Found
The requested URL /install.php was not found on this server.
MFG
CMB
Woran kann das liegen, was kann ich tun?Not Found
The requested URL /install.php was not found on this server.
$dbms = "mysql"; = da musst du halte deine Datenbank Art eintragen, ist bestimmt Mysql<?php
//
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
//
$dbms = "mysql";
$dbhost = "Host";
$dbname = "DBNAME";
$dbuser = "DBUSER";
$dbpasswd = "xxxxxxx";
$table_prefix = "phpbb_";
define('PHPBB_INSTALLED', true);
?>