|
| 1 | +# External redirects |
1 | 2 | /install.sh https://raw.githubusercontent.com/ddev/ddev/main/scripts/install_ddev.sh 302 |
| 3 | + |
| 4 | +# Short link redirects |
2 | 5 | /s/port-conflict https://ddev.readthedocs.io/en/stable/users/usage/troubleshooting/#web-server-ports-already-occupied 301 |
3 | 6 | /s/discord https://discord.com/invite/5wjP76mBJD 301 |
4 | | -/ddev-local/ddev-wsl2-getting-started/ https://ddev.readthedocs.io/en/stable/users/install/ddev-installation/#windows 301 |
5 | | -/ddev-local/apache-solr-with-drupal-8-and-search-api-solr/ https://github.com/ddev/ddev-drupal9-solr 301 |
6 | | -/ddev-local/ddev-local-web-container-customization-in-v1-8-0/ https://ddev.readthedocs.io/en/stable/users/extend/customizing-images/ 301 |
7 | | -/ddev-local/ddev-local-nfs-mounting-setup-macos/ https://ddev.readthedocs.io/en/stable/users/install/performance/#nfs 301 |
| 7 | +/s/divide-and-conquer https://www.fldrupal.camp/session/divide-and-conquer-systematic-approach-troubleshooting-issues 301 |
| 8 | +/s/divide-and-conquer-drupal4gov https://docs.google.com/presentation/d/1_OyAwQGTtz9xv1e_Qzau4Rarum5xQpPy0uS7ntA9leI/edit?usp=sharing 301 |
| 9 | + |
| 10 | +# Generic blog redirects |
8 | 11 | /ddev-local /blog 301 |
9 | | -/ddev-local/ /blog 301 |
| 12 | +/ddev-local/* /blog/:splat/ 301 |
| 13 | +/blog/:slug /blog/:slug/ 301 |
| 14 | + |
| 15 | +# Removed blog post redirects, add trailing slashes here to make it work properly |
| 16 | +/blog/ddev-wsl2-getting-started/ https://ddev.readthedocs.io/en/stable/users/install/ddev-installation/#ddev-installation-windows 301 |
| 17 | +/blog/apache-solr-with-drupal-8-and-search-api-solr/ https://github.com/ddev/ddev-drupal-solr 301 |
| 18 | +/blog/ddev-local-web-container-customization-in-v1-8-0/ https://ddev.readthedocs.io/en/stable/users/extend/customizing-images/ 301 |
| 19 | +/blog/ddev-local-nfs-mounting-setup-macos/ https://ddev.readthedocs.io/en/stable/users/install/performance/#filesystem-performance-nfs 301 |
| 20 | +/blog/ddev-local-and-phpstorm-debugging-with-wsl2/ https://ddev.readthedocs.io/en/stable/users/debugging-profiling/step-debugging/#phpstorm-debugging-setup 301 |
| 21 | + |
| 22 | +# Authors redirects |
10 | 23 | /meet-the-team /blog/authors 301 |
11 | 24 | /meet-the-team/ /blog/authors 301 |
| 25 | +/blog/author/ /blog/authors 301 |
12 | 26 | /author/heather /blog/author/heather-mcnamee 301 |
13 | 27 | /author/rfay /blog/author/randy-fay 301 |
14 | 28 | /author/rmanelius /blog/author/rick-manelius 301 |
15 | | -/ddev-local/:slug /blog/:slug 301 |
16 | | -/ddev-local/:slug/ /blog/:slug 301 |
17 | | -/s/divide-and-conquer https://www.fldrupal.camp/session/divide-and-conquer-systematic-approach-troubleshooting-issues 301 |
18 | | -/s/divide-and-conquer-drupal4gov https://docs.google.com/presentation/d/1_OyAwQGTtz9xv1e_Qzau4Rarum5xQpPy0uS7ntA9leI/edit?usp=sharing 301 |
19 | | -/blog/ddev-local-and-phpstorm-debugging-with-wsl2 https://ddev.readthedocs.io/en/stable/users/debugging-profiling/step-debugging/#phpstorm-debugging-setup 301 |
20 | | -/blog/ddev-local-and-phpstorm-debugging-with-wsl2/ https://ddev.readthedocs.io/en/stable/users/debugging-profiling/step-debugging/#phpstorm-debugging-setup 301 |
|
0 commit comments