SGML .htaccess syntax fix for #57

This commit is contained in:
Chris Croome 2019-06-20 07:07:38 +01:00
parent f833c8f0cd
commit 2b9c06bd69
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ AddOutputFilter DEFLATE js
RewriteEngine on
RewriteCond %{HTTP_HOST} ^coops\.tech$
RewriteRule ^/?(.*) https://www.coops.tech/$1 [R,L]
<IfModule>
</IfModule>
# Redirect HTTP to HTTPS
# https://wiki.apache.org/httpd/RewriteHTTPToHTTPS
<IfModule mod_rewrite.c>