Redirect for old URLs added

This commit is contained in:
Chris Croome 2019-06-20 17:47:38 +01:00
parent 9657234d8e
commit f9b48b8ad3
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ AddOutputFilter DEFLATE html
AddOutputFilter DEFLATE svg
AddOutputFilter DEFLATE css
AddOutputFilter DEFLATE js
# URL's that changed
Redirect /coops/ https://www.coops.tech/co-op/
# Canonical URLs redirect to the domain with a www
<IfModule mod_rewrite.c>
RewriteEngine on