diff --git a/.htaccess b/.htaccess index cf94430..8cfc1ea 100755 --- a/.htaccess +++ b/.htaccess @@ -1,8 +1,5 @@ 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]