Add redirects
This commit is contained in:
parent
c9b824cb40
commit
590cc7baaa
|
@ -238,6 +238,7 @@ server {
|
|||
rewrite ^/articles/south-wales-drupal-user-group$ /blog/south-wales-drupal-user-group;
|
||||
rewrite ^/articles/style-drupal-6s-taxonomy-lists-php-css-and-jquery$ /blog/style-drupal-6s-taxonomy-lists-php-css-and-jquery;
|
||||
rewrite ^/articles/tdd-test-driven-drupal$ /blog/tdd-test-driven-drupal;
|
||||
rewrite ^/articles/testing-tailwindcss-plugins-with-jest$ /blog/testing-tailwind-css-plugins-jest last;
|
||||
rewrite ^/articles/testing-tailwindcss-plugins-with-jest$ /blog/testing-tailwind-css-plugins-jest;
|
||||
rewrite ^/articles/thanks$ /blog/thanks;
|
||||
rewrite ^/articles/tweets-from-drupalcamp-london$ /blog/tweets-from-drupalcamp-london;
|
||||
|
@ -420,6 +421,8 @@ server {
|
|||
rewrite ^/blog/pdfpc-pdf-presenter-console-notes$ /blog/presenting-pdf-slides-using-pdfpc-pdf-presenter-console;
|
||||
rewrite ^/blog/php-apps-subdirectory-nginx$ /blog/how-put-your-php-application-subdirectory-another-site-nginx;
|
||||
rewrite ^/blog/presenting-tailwind-css-ansible-cms-philly$ /blog/presenting-on-tailwind-css-and-ansible-at-cms-philly;
|
||||
rewrite ^/blog/programmatically-load-an-entityform-in-drupal-7$ /blog/entityform last;
|
||||
rewrite ^/blog/programmatically-load-entityform-drupal-7$ /blog/entityform last;
|
||||
rewrite ^/blog/published-my-first-docker-images-docker-hub$ /blog/published-my-first-docker-images-docker-hub-adr-tools-sculpin-rst2pdf;
|
||||
rewrite ^/blog/publishing-sculpin-sites-github-pages$ /blog/publishing-sculpin-sites-with-github-pages;
|
||||
rewrite ^/blog/publishing-sculpin-sites-with-github-pages$ /blog/publishing-sculpin-sites-github-pages;
|
||||
|
|
Loading…
Reference in a new issue