This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/main by this push: new 285fc00f Remove no longer needed .htaccess 285fc00f is described below commit 285fc00fabc65efe21972ec2cc144d3f21c567b0 Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Wed Nov 29 02:25:38 2023 -0500 Remove no longer needed .htaccess --- .htaccess | 3 --- 1 file changed, 3 deletions(-) diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 0f1face9..00000000 --- a/.htaccess +++ /dev/null @@ -1,3 +0,0 @@ -RewriteEngine On -RewriteCond %{HTTPS} !=on -RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]