From f833c8f0cd20db116ecf651b653aa8b7a6199482 Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Thu, 20 Jun 2019 07:05:19 +0100 Subject: [PATCH] mod_rewrite rule fixed #57 --- .htaccess | 1 + 1 file changed, 1 insertion(+) 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]