This is an automated email from the ASF dual-hosted git repository.

hyunkun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 647bbe2  disable 404 config
647bbe2 is described below

commit 647bbe2aaeec84b3a8a9a2855db6be071d6034fd
Author: Huang YunKun <[email protected]>
AuthorDate: Fri Jan 29 14:30:07 2021 +0800

    disable 404 config
---
 .htaccess | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.htaccess b/.htaccess
index 1cee504..3ea417b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,5 +3,3 @@ RewriteEngine On
 RewriteCond %{SERVER_PORT} !^443$
 RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
 </IfModule>
-
-ErrorDocument 404 /404.html
\ No newline at end of file

Reply via email to