aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaude <longneck-accounts@scratchbook.ch>2018-09-29 16:00:44 +0200
committerGitHub <noreply@github.com>2018-09-29 16:00:44 +0200
commit63bf35a69113c11ab2d5bfb05eb0c860784fcfc2 (patch)
treecc5f28706b8b711e8f956fdb11bb77b06bf23079
parentdd3e481ba1829d0cf8382c4fb041cccbbe57cb2a (diff)
parentdc7411cfa6ced1d657c9d1cb365d4d72c76869d8 (diff)
downloadstikked-fit-63bf35a69113c11ab2d5bfb05eb0c860784fcfc2.tar.gz
stikked-fit-63bf35a69113c11ab2d5bfb05eb0c860784fcfc2.tar.bz2
stikked-fit-63bf35a69113c11ab2d5bfb05eb0c860784fcfc2.zip
Merge pull request #458 from b4d/master
Letsencrypt support
-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