diff options
-rw-r--r-- | gentoobrowse/.htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
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/ |