Skip to content

Commit

Permalink
Update .htaccess to support LetsEncrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
watermark authored Oct 17, 2017
1 parent d119070 commit c6cd853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^(\.well-known/.*)$ $1 [L]
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>

0 comments on commit c6cd853

Please sign in to comment.