How to fix 302 Found error was encountered while trying to use an ErrorDocument to handle the request
07:29 13 May 2019

i'm getting error "302 Found error was encountered while trying to use an ErrorDocument to handle the request."

Only 1 file in the folder get this error others is fine.

this is my .htaccess code

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}/$1[R=301,L]
.htaccess