aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 2faf85372..2aaf5c380 100644
--- a/index.php
+++ b/index.php
@@ -7,8 +7,8 @@ require_once 'langs.inc.php';
// NOTE, this should go to the main controller in the next platform
// (catching all requests)
-$domain = 'hiebel.eu';
-$www_domain = 'mga.' . $domain;
+$domain = 'mageia.org';
+$www_domain = 'www.' . $domain;
if (G_VHOST == $domain) {
// rewrite "//mageia.org/" to "//www.mageia.org/"