Hello everyone, I registered such lines in .htaccess
RewriteEngine on RewriteCond %{REQUEST_URI} !^/en/ RewriteCond %{REQUEST_URI} !^/ru/ RewriteRule ^(.*)$ http://127.0.0.1/en/$1 [L,R=301] everything works as it should, but here it is also necessary that for example, if the user entered in the address line 127.0.0.1/en (without a backslash) the slash is automatically added to the address line, how to do it?
127.0.0.1/en/ everything works
127.0.0.1/en when typing in the address bar goes like 127.0.0.1/en/en