Gitlab Pages - Redirecting root directory

I want to redirect requests from example.org to example.org/pl/index.html.
How do I do that?
I’m putting a _redirects file in my public directory.
the following rules do not work:
/* /pl/index.html 302
/ /pl/index.html 302
/ /pl/index.html 200