Letsencrypt support

Whitelisted .well-known folder to enable Letsencrypt SSL certificate issuing.
This commit is contained in:
Deni 2017-11-06 08:20:33 +01:00 committed by GitHub
parent 7128b94377
commit dc7411cfa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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