Skip to content

Commit

Permalink
Removing lets encrypt change, had issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Rogers committed Mar 28, 2018
1 parent f3a3251 commit b2dfc07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !\.well-known/acme-challenge
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>

0 comments on commit b2dfc07

Please sign in to comment.