Good day!

Tell me please. How to implement redirection in htaccess from one page address (stranica.html% CA% EB% E5% E2% E5% F0) to a page without characters after html (stranica.html).

    1 answer 1

    Probably something like this:

     RewriteRule ^(.*stranica\.html)(.*)$ /$1? [L,NE,R=301]