diff --git a/.htaccess b/.htaccess new file mode 100644 index 00000000..edd394aa --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ +RewriteEngine On +RewriteCond %{SERVER_PORT} 80 +RewriteRule ^(.*)$ https://www.duckland.org/$1 [R,L] +