aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/websites/templates/vhost_donate.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/websites/templates/vhost_donate.conf b/modules/websites/templates/vhost_donate.conf
index 7a9bf798..c2f5c551 100644
--- a/modules/websites/templates/vhost_donate.conf
+++ b/modules/websites/templates/vhost_donate.conf
@@ -3,6 +3,7 @@
ServerAlias donation.<%= domain %>
RewriteEngine on
+ RewriteRule ^/?$ http://www.<%= domain %>/en/donate/ [R=permanent,L]
RewriteRule ^/(.*)$ http://www.<%= domain %>/$1/donate/ [R=permanent,L]
#DocumentRoot /dev/null
CustomLog /var/log/httpd/donate_log combined