diff --git a/.htaccess b/.htaccess index 9e5a13b..a863fa1 100644 --- a/.htaccess +++ b/.htaccess @@ -14,6 +14,7 @@ AddOutputFilter DEFLATE css AddOutputFilter DEFLATE js # Canonical URLs redirect to the domain with a www + RewriteEngine on RewriteCond %{HTTP_HOST} ^coops\.tech$ RewriteRule ^/?(.*) https://www.coops.tech/$1 [R,L]