ich habe mein Forum jetzt mal lokal mit XAMPP gespiegelt. Die config,php habe ich so geändert:
Code: Alles auswählen
$dbms = 'mysqli';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'test';
$dbuser = 'root';
$dbpasswd = '';
$table_prefix = 'phpbb3_';
$acm_type = 'file';
$load_extensions = '';
cookie_domain: .localhost
cookie_path: /localhost/tt-forum
script_path: /localhost/tt-forum
server_name: localhost
Die .htaccess habe ich auch gelöscht.
Wenn ich jetzt localhost/tt-forum aufrufe, lande ich immer im auf dem Internet-Server

Wo liegt mein Fehler?
Vielen Dank