Quote:
Originally posted by Schorsch
Hiiiillfffee !!!
in meinen profil einstellungen steht immer nur http://MEINNICKNAME.yourdomain.com
was soll das yourdomain ?? da muss doch meine domain stehen! was ist falsch gelaufen ?
thx
Schorsch
|
Sieht ganz so aus, als wenn Du ein paar Einstellungen und der 'global.php' vergessen hast.
Gem?? Step 7.x solltest Du Folgendes dort einf?gen:
PHP Code:
// **** set variables for vBSubdomains by Minots ****
// replace 'youdomain.com' with the domain name who will be used
// by the subdomain service. 'wildcards' aka 'catch-all' must be enable!
$maindomain = "yourdomain.com";
// replace 'index.php' with your homepage startpage
// in most cases it will be 'index.php', 'forum.php', 'index.htm' or 'index.html'
$startpage ="index.php";
Ich hoffe Dir ist jetzt aufgefallen, dass Du "yourdomain.com" mit deiner Domain ersetzen musst.

Die Anf?hrungszeichen ("") m?ssen ?brigens bleiben.
Hoffe, es ist nicht zu kompliziert.