From 81288716cc32a15d531c798f24bd3a3d19dd2e40 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 13 Jun 2017 11:14:56 +0100 Subject: Rule to allow certbot verification --- gentoobrowse/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gentoobrowse/.htaccess b/gentoobrowse/.htaccess index d300ea2..d8487aa 100644 --- a/gentoobrowse/.htaccess +++ b/gentoobrowse/.htaccess @@ -21,6 +21,8 @@ RewriteRule ^(.*) /packages [R=301,L] RewriteCond %{REQUEST_URI} ^/popular RewriteRule ^(.*) /packages/popular [R=301,L] +# certbot verification +RewriteCond %{REQUEST_URI} !^/.well-known/ RewriteCond %{REQUEST_URI} !^/css/ RewriteCond %{REQUEST_URI} !^/js/ RewriteCond %{REQUEST_URI} !^/img/ -- cgit v1.2.3