mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-06-14 08:28 pm

[dw-free] Domain forwarding not working

[commit: http://hg.dwscoalition.org/dw-free/rev/773cfddf6dce]

http://bugs.dwscoalition.org/show_bug.cgi?id=1127

Enable domain forwarding.

Patch by [personal profile] exor674.

Files modified:
  • etc/config.pl
--------------------------------------------------------------------------------
diff -r 387de3306546 -r 773cfddf6dce etc/config.pl
--- a/etc/config.pl	Sun Jun 14 20:27:07 2009 +0000
+++ b/etc/config.pl	Sun Jun 14 20:28:17 2009 +0000
@@ -172,7 +172,7 @@
     #$MAILSPOOL = '/home/livejournal/mail';
 
     # Allow users to point their own domains here?
-    #OTHER_VHOSTS = 1;
+    $OTHER_VHOSTS = 1;
 
     # turns these from 0 to 1 to disable parts of the site that are
     # CPU & database intensive or that you simply don't want to use
--------------------------------------------------------------------------------