Redirects

Setting up Redirects

https://httpd.apache.org/docs/2.4/rewrite/remapping.html

https://httpd.apache.org/docs/current/mod/mod_rewrite.html


add all redirects to /_includes/redirects.html

RewriteRule ^old/url/here/$ /new-url/goes-here/ [R=301,L]