aboutsummaryrefslogtreecommitdiffstats
path: root/modules/websites/templates/vhost_donate.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/websites/templates/vhost_donate.conf')
-rw-r--r--modules/websites/templates/vhost_donate.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/websites/templates/vhost_donate.conf b/modules/websites/templates/vhost_donate.conf
deleted file mode 100644
index c2f5c551..00000000
--- a/modules/websites/templates/vhost_donate.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-<VirtualHost *:80>
- ServerName donate.<%= domain %>
- 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
- ErrorLog /var/log/httpd/error_donate_log
-
- <Location />
- Allow from all
- </Location>
-
-</VirtualHost>