fix: Update post path and add redirect

This commit is contained in:
Oliver Davies 2021-09-04 21:22:19 +01:00
parent 22b3000078
commit 4b0cd5523a
2 changed files with 1 additions and 0 deletions

View file

@ -181,6 +181,7 @@ map $uri $new_uri {
~^/blog/fix-vagrant-loading-wrong-virtual-machine/?$ /blog/how-fix-vagrant-loading-wrong-virtual-machine;
~^/blog/fixing-drupal-simpletest-docker/?$ /blog/fixing-drupal-simpletest-issues-inside-docker-containers;
~^/blog/forward-one-domain-another-using-modrewrite-and-htaccess/?$ /blog/forward-one-domain-another-using-modrewrite-htaccess;
~^/blog/forward-one-domain-another-using-modrewrite-and-htaccess/?$ /blog/forward-one-domain-another-using-modrewrite-htaccess;
~^/blog/git-format-patch/?$ /blog/git-format-patch-your-friend;
~^/blog/how-easily-embed-typekit-fonts-your-drupal-website/?$ /blog/easily-embed-typekit-fonts-your-drupal-website;
~^/blog/how-split-new-drupal-contrib-project-within-another-repository/?$ /blog/splitting-new-drupal-project-from-repo;