Parent Directory | Revision Log | Patch
revision 666 by misc, Wed Jan 5 23:55:39 2011 UTC | revision 667 by boklm, Thu Jan 6 00:05:31 2011 UTC | |
---|---|---|
# | Line 3 | Line 3 |
3 | ServerAlias donation.<%= domain %> | ServerAlias donation.<%= domain %> |
4 | ||
5 | RewriteEngine on | RewriteEngine on |
6 | RewriteRule ^/?$ http://www.<%= domain %>/en/donate/ [R=permanent,L] | |
7 | RewriteRule ^/(.*)$ http://www.<%= domain %>/$1/donate/ [R=permanent,L] | RewriteRule ^/(.*)$ http://www.<%= domain %>/$1/donate/ [R=permanent,L] |
8 | #DocumentRoot /dev/null | #DocumentRoot /dev/null |
9 | CustomLog /var/log/httpd/donate_log combined | CustomLog /var/log/httpd/donate_log combined |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |