Parent Directory | Revision Log
move websites module to deployment
1 | <VirtualHost *:80> |
2 | ServerName donate.<%= domain %> |
3 | ServerAlias donation.<%= domain %> |
4 | |
5 | RewriteEngine on |
6 | RewriteRule ^/?$ http://www.<%= domain %>/en/donate/ [R=permanent,L] |
7 | RewriteRule ^/(.*)$ http://www.<%= domain %>/$1/donate/ [R=permanent,L] |
8 | #DocumentRoot /dev/null |
9 | CustomLog /var/log/httpd/donate_log combined |
10 | ErrorLog /var/log/httpd/error_donate_log |
11 | |
12 | <Location /> |
13 | Allow from all |
14 | </Location> |
15 | |
16 | </VirtualHost> |
ViewVC Help | |
Powered by ViewVC 1.1.30 |