aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeni <baccic@gmail.com>2017-11-06 08:20:33 +0100
committerGitHub <noreply@github.com>2017-11-06 08:20:33 +0100
commitdc7411cfa6ced1d657c9d1cb365d4d72c76869d8 (patch)
tree4e025bc5e3264cdc48505ab13a3655de03e92ee9
parent7128b94377cb5ebd605657a4cdd9cd29025b895e (diff)
downloadstikked-fit-dc7411cfa6ced1d657c9d1cb365d4d72c76869d8.tar.gz
stikked-fit-dc7411cfa6ced1d657c9d1cb365d4d72c76869d8.tar.bz2
stikked-fit-dc7411cfa6ced1d657c9d1cb365d4d72c76869d8.zip
Letsencrypt support
Whitelisted .well-known folder to enable Letsencrypt SSL certificate issuing.
-rw-r--r--htdocs/.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/.htaccess b/htdocs/.htaccess
index fe3141e..a3a8076 100644
--- a/htdocs/.htaccess
+++ b/htdocs/.htaccess
@@ -1,6 +1,6 @@
RewriteEngine on
#RewriteBase /
-RewriteCond $1 !^(index\.php|static|favicon\.ico|robots\.txt|sitemap.xml|google(.+)\.html)
+RewriteCond $1 !^(index\.php|\.well-known|static|favicon\.ico|robots\.txt|sitemap.xml|google(.+)\.html)
RewriteRule ^(.*)$ index.php?/$1 [QSA,L]
# basic auth for PHP with fastcgi

© 2014-2024 Faster IT GmbH | imprint | privacy policy