Parent Directory
|
Revision Log
add the french domain name
1 | class tld_redirections { |
2 | define redirection { |
3 | apache::vhost_redirect { "mageia.$name": |
4 | url => "http://www.mageia.org/?fromtld=$name" |
5 | } |
6 | apache::vhost_redirect { "www.mageia.$name": |
7 | url => "http://www.mageia.org/?fromtld=$name" |
8 | } |
9 | } |
10 | |
11 | # domaine owned by Florin Catalin Russen |
12 | redirection { "ro": } |
13 | |
14 | # domain owned by the association |
15 | redirection { "fr": } |
16 | } |
ViewVC Help | |
Powered by ViewVC 1.1.28 |