-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
_redirects
175 lines (171 loc) · 13.2 KB
/
_redirects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
# domains first
# then we can reliably use relative paths after that
https://docs.lndo.io/* https://docs.lando.dev/:splat 301
https://docs.devwithlando.io/* https://docs.lando.dev/:splat 301
https://api.lando.dev/* https://docs.lando.dev/:splat 302
# legacy lando/core and lando/cli subsite redirects
/core/v3/index.html /landofile/index.html 301
/core/v3/services.html /landofile/services.html 301
/core/v3/recipes.html /landofile/recipes.html 301
/core/v3/tooling.html /landofile/tooling.html 301
/core/v3/proxy.html /landofile/proxy.html 301
/core/v3/events.html /landofile/events.html 301
/core/v3/global.html /config/global.html 301
/core/v3/env.html /config/env.html 301
/core/v3/experimental.html /config/experimental.html 301
/core/v3/orchestrator.html /config/orchestrator.html 301
/core/v3/performance.html /config/performance.html 301
/core/v3/plugins.html /config/plugins.html 301
/core/v3/releases.html /config/releases.html 301
/core/v3/ssh.html /config/ssh.html 301
/core/v3/security.html /config/security.html 301
/core/v3/files.html /config/files.html 301
/core/v3/healthcheck.html /config/healthcheck.html 301
/core/v3/networking.html /config/networking.html 301
/core/v3/scanner.html /config/scanner.html 301
/core/v3/lando-service.html /services/lando-3.html 301
/core/v3/services/lando.html /services/lando-3.html 301
/core/v3/services/l337.html /services/l337.html 301
/core/v3/team.html /team.html 301
/core/v3/support.html /support.html 301
/core/v3/development.html /contrib/development 301
/cli/guides.html /guides.html 301
/cli/team.html /team.html 301
/cli/support.html /support.html 301
/cli/development.html /contrib/development 301
/cli/guides/* /guides/:splat 301
/cli/v/* /v/:splat 301
/core/v3/v/* /v/:splat 301
/core/v3/* /:splat 301
# legacy redirects
/basics/usage.html /cli 301
/basics/usage /cli 301
/basics/config.html /cli/config.html 301
/basics/config /cli/config.html 301
/basics/destroy.html /cli/destroy.html 301
/basics/destroy /cli/destroy.html 301
/basics/init.html /cli/init.html 301
/basics/info.html /cli/info.html 301
/basics/list.html /cli/list.html 301
/basics/logs.html /cli/logs.html 301
/basics/poweroff.html /cli/poweroff.html 301
/basics/rebuild.html /cli/rebuild.html 301
/basics/restart.html /cli/restart.html 301
/basics/share.html /cli/share.html 301
/basics/start.html /cli/start.html 301
/basics/stop.html /cli/stop.html 301
/basics/version.html /cli/version.html 301
/basics/ssh.html /cli/ssh.html 301
/basics/basics.html /getting-started/what-it-do.html 301
/config/index.html /config/global.html 301
/contrib/contributing.html /contrib 301
/contrib/talking-points.html /contrib/evangelist.html#talking-points 301
/contrib/triage-getting-started.html /contrib/coder.html#triaging-issues 301
/contrib/contrib-* /contrib/coder.html 301
/contrib/evangelist-* /contrib/evangelist.html 301
/contrib/sponsor-* /contrib/sponsoring.html 301
/contrib/how.html /contrib 301
/install /install/index.html 301
/lando-service.html /services/lando-3.html 301
/getting-started/updating.html /guides/updating.html 301
/getting-started/uninstalling.html /guides/uninstalling.html 301
/requirements /getting-started/requirements 301
/basics/* /getting-started/:splat 301
/contrib/* /contrib 301
/dev/* /contrib/development 301
/issues/* /help 301
/tutorials/* /guides 301
/guides/lando-101/* /lando-101/:splat 301
/core/v4/* /v/next/:splat 301
# legacy guides
/acquia/manually-importing-databases.html /plugins/acquia/guides/manually-importing-databases.html 301
/drupal/drupal-multisite.html /plugins/drupal/guides/drupal-multisite.html 301
/drupal/legacy-versions.html /plugins/drupal/legacy/drupal-8.html 301
/lagoon/external-access.html /guides/external-access.html 301
/php/accessing-logs.html /plugins/php/guides/accessing-logs.html 301
/guides/setup-lando-on-windows-with-wsl-2.html /install/windows.html 301
/guides/drupal-7-landoize-an-extant-app.html /plugins/drupal/guides/landoify-d7.html 301
/guides/drupal-multisite-on-lando.html /plugins/drupal/guides/drupal-multisite.html 301
/guides/frontend.html /plugins/node/guides/frontend-tooling.html 301
/guides/how-to-wire-up-browsersync-and-gulp-in-my-lando-app.html /plugins/node/guides/using-browsersync.html 301
/guides/using-compass-on-a-lando-node-service.html /plugins/node/guides/using-compass.html 301
/guides/how-can-i-pull-sync-my-database-on-lamp-y-recipes.html /plugins/laravel/guides/import-remote-db-laravel-envoy.html 301
/guides/installing-node-in-your-lando-php-service.html /plugins/php/guides/installing-node.html 301
/guides/installing-php-extensions-on-lando.html /plugins/php/guides/installing-extensions.html 301
/guides/accessing-php-logs.html /plugins/php/guides/accessing-logs.html 301
/guides/updating-local-pantheon-environments.html /plugins/pantheon/guides/updating-local-pantheon-environments.html 301
/guides/phpmyadmin-themes.html /plugins/phpmyadmin/guides/phpmyadmin-themes.html 301
# legacy plugin redirects
/config/acquia.html /plugins/acquia 301
/config/apache.html /plugins/apache 301
/config/backdrop.html /plugins/backdrop 301
/config/dotnet.html /plugins/dotnet 301
/config/drupal6.html /plugins/drupal 301
/config/drupal7.html /plugins/drupal 301
/config/drupal8.html /plugins/drupal 301
/config/drupal9.html /plugins/drupal 301
/config/drupal10.html /plugins/drupal 301
/config/elasticsearch.html /plugins/elasticsearch 301
/config/go.html /plugins/go 301
/config/joomla.html /plugins/joomla 301
/config/lagoon.html /plugins/lagoon 301
/config/lamp.html /plugins/lamp 301
/config/laravel.html /plugins/laravel 301
/config/lemp.html /plugins/lemp 301
/config/mailhog.html /plugins/mailhog 301
/config/mariadb.html /plugins/mariadb 301
/config/mean.html /plugins/mean 301
/config/memcached.html /plugins/memcached 301
/config/mongo.html /plugins/mongo 301
/config/mssql.html /plugins/mssql 301
/config/mysql.html /plugins/mysql 301
/config/nginx.html /plugins/nginx 301
/config/node.html /plugins/node 301
/config/pantheon.html /plugins/pantheon 301
/config/php.html /plugins/php 301
/config/phpmyadmin.html /plugins/phpmyadmin 301
/config/platformsh.html /plugins/platformsh 301
/config/postgres.html /plugins/postgres 301
/config/python.html /plugins/python 301
/config/redis.html /plugins/redis 301
/config/ruby.html /plugins/ruby 301
/config/solr.html /plugins/solr 301
/config/symfony.html /plugins/symfony 301
/config/tomcat.html /plugins/tomcat 301
/config/varnish.html /plugins/varnish 301
/config/wordpress.html /plugins/wordpress 301
/acquia/* /plugins/acquia/:splat 301
/apache/* /plugins/apache/:splat 301
/backdrop/* /plugins/backdrop/:splat 301
/compose/* /plugins/compose/:splat 301
/dotnet/* /plugins/dotnet/:splat 301
/drupal/* /plugins/drupal/:splat 301
/elasticsearch/* /plugins/elasticsearch/:splat 301
/go/* /plugins/go/:splat 301
/joomla/* /plugins/joomla/:splat 301
/lagoon/* /plugins/lagoon/:splat 301
/lamp/* /plugins/lamp/:splat 301
/laravel/* /plugins/laravel/:splat 301
/lemp/* /plugins/lemp/:splat 301
/mailhog/* /plugins/mailhog/:splat 301
/mariadb/* /plugins/mariadb/:splat 301
/mean/* /plugins/mean/:splat 301
/memcached/* /plugins/memcached/:splat 301
/mongo/* /plugins/mongo/:splat 301
/mssql/* /plugins/mssql/:splat 301
/mysql/* /plugins/mysql/:splat 301
/nginx/* /plugins/nginx/:splat 301
/node/* /plugins/node/:splat 301
/pantheon/* /plugins/pantheon/:splat 301
/php/* /plugins/php/:splat 301
/phpmyadmin/* /plugins/phpmyadmin/:splat 301
/platformsh/* /plugins/platformsh/:splat 301
/postgres/* /plugins/postgres/:splat 301
/python/* /plugins/python/:splat 301
/redis/* /plugins/redis/:splat 301
/ruby/* /plugins/ruby/:splat 301
/solr/* /plugins/solr/:splat 301
/symfony/* /plugins/symfony/:splat 301
/tomcat/* /plugins/tomcat/:splat 301
/varnish/* /plugins/varnish/:splat 301
/wordpress/* /plugins/wordpress/:splat 301