Add redirects

This commit is contained in:
Oliver Davies 2021-07-15 23:43:10 +01:00
parent 4073e46abb
commit 2cbee18785

View file

@ -249,7 +249,7 @@ server {
rewrite ^/articles/using-imagecache-and-imagecrop-my-portfolio$ /blog/using-imagecache-and-imagecrop-my-portfolio;
rewrite ^/articles/using-remote-files-when-developing-locally-with-stage-file-proxy-module$ /blog/using-remote-files-when-developing-locally-stage-file-proxy-module;
rewrite ^/articles/using-remote-files-when-developing-locally-with-stage-file-proxy-module$ /blog/using-remote-files-when-developing-locally-with-stage-file-proxy-module;
rewrite ^/articles/using-tailwind-css-in-your-drupal-theme$ /blog/using-tailwind-css-in-your-drupal-theme;
rewrite ^/articles/using-tailwind-css-in-your-drupal-theme$ /blog/using-tailwind-css-your-drupal-theme;
rewrite ^/articles/what-git-flow$ /blog/what-git-flow;
rewrite ^/articles/writing-article-linux-journal$ /blog/writing-article-linux-journal;
rewrite ^/articles/writing-info-file-drupal-7-theme$ /blog/writing-info-file-drupal-7-theme;
@ -331,6 +331,7 @@ server {
rewrite ^/blog/2013/09/create-zen-sub-theme-using-drush$ /blog/create-zen-sub-theme-using-drush;
rewrite ^/blog/2013/11/19/dont-bootstrap-drupal-use-drush$ /blog/dont-bootstrap-drupal-use-drush;
rewrite ^/blog/2013/11/27/useful-vagrant-commands$ /blog/useful-vagrant-commands;
rewrite ^/blog/2013/11/dont-bootstrap-drupal-use-drush$ /blog/dont-bootstrap-drupal-use-drush;
rewrite ^/blog/2013/12/24/quickly-apply-patches-using-git-and-curl-or-wget$ /blog/quickly-apply-patches-using-git-and-curl-or-wget;
rewrite ^/blog/2013/12/31/download-different-versions-drupal-drush$ /blog/download-different-versions-drupal-drush;
rewrite ^/blog/2014/01/15/some-useful-git-aliases$ /blog/some-useful-git-aliases;