56 | | Redirects for parked wiki:DomainNames are configured in /etc/apache2/sites-available/redirects.transitionnetwork.org.conf and there is a specific !VirtualHost for transitiontowns.org so that specific pages that were on the old wiki site (see the [http://2010.archive.transitionnetwork.org/ 2010 archive] and [http://2011.archive.transitionnetwork.org/ 2011 archive]), the current redirects that are in place: |
57 | | |
58 | | {{{ |
59 | | RedirectMatch permanent ^/Bellingen(.*) http://www.transitionnetwork.org/cms/bellingen |
60 | | RedirectMatch permanent ^/Lewes(.*) http://www.transitiontownlewes.org/ |
61 | | RedirectMatch permanent ^/Totnes(.*) http://www.transitiontowntotnes.org/ |
62 | | RedirectMatch permanent ^/Brixton(.*) http://www.transitiontownbrixton.org/ |
63 | | }}} |
64 | | |
| 56 | Redirects for parked wiki:DomainNames are configured in /etc/apache2/sites-available/redirects.transitionnetwork.org.conf. |
| 57 | |
| 58 | Most domain names are listed in the man !VirtualHost in this file which redirects to http://www.transitionnetwork.org/: |
| 59 | |
| 60 | {{{ |
| 61 | Redirect / http://www.transitionnetwork.org/ |
| 62 | }}} |
| 63 | |
| 64 | There are some additional !VirtualHosts, one for transition-japan.org: |
| 65 | |
| 66 | {{{ |
| 67 | Redirect / http://www.transition-japan.net/ |
| 68 | }}} |
| 69 | |
| 70 | One for transitiontowns.org, with these redirects: |
| 71 | |
| 72 | {{{ |
| 73 | RedirectMatch permanent ^/Bellingen(.*) http://www.transitionnetwork.org/cms/bellingen |
| 74 | RedirectMatch permanent ^/Lewes(.*) http://www.transitiontownlewes.org/ |
| 75 | RedirectMatch permanent ^/Totnes(.*) http://www.transitiontowntotnes.org/ |
| 76 | RedirectMatch permanent ^/Brixton(.*) http://www.transitiontownbrixton.org/ |
| 77 | |
| 78 | Redirect / http://www.transitionnetwork.org/ |
| 79 | }}} |
| 80 | |
| 81 | One for totnes.transitiontowns.org, with this redirect: |
| 82 | |
| 83 | {{{ |
| 84 | Redirect / http://www.transitiontowntotnes.org/ |
| 85 | }}} |
| 86 | |