Skip to content

Commit

Permalink
Merge pull request cakephp#558 from watermark/patch-1
Browse files Browse the repository at this point in the history
Update htaccess to support LetsEncrypt
  • Loading branch information
markstory authored Oct 17, 2017
2 parents d119070 + c6cd853 commit ce0df7e
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 ce0df7e

Please sign in to comment.