mirror of
https://git.coop/cotech/website.git
synced 2024-11-21 22:33:05 +00:00
SGML .htaccess syntax fix for #57
This commit is contained in:
parent
f833c8f0cd
commit
2b9c06bd69
@ -17,7 +17,7 @@ AddOutputFilter DEFLATE js
|
|||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
RewriteCond %{HTTP_HOST} ^coops\.tech$
|
RewriteCond %{HTTP_HOST} ^coops\.tech$
|
||||||
RewriteRule ^/?(.*) https://www.coops.tech/$1 [R,L]
|
RewriteRule ^/?(.*) https://www.coops.tech/$1 [R,L]
|
||||||
<IfModule>
|
</IfModule>
|
||||||
# Redirect HTTP to HTTPS
|
# Redirect HTTP to HTTPS
|
||||||
# https://wiki.apache.org/httpd/RewriteHTTPToHTTPS
|
# https://wiki.apache.org/httpd/RewriteHTTPToHTTPS
|
||||||
<IfModule mod_rewrite.c>
|
<IfModule mod_rewrite.c>
|
||||||
|
Loading…
Reference in New Issue
Block a user