[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
exor674.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1127
Enable domain forwarding.
Patch by
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
--------------------------------------------------------------------------------
