At the moment htaccess file looks like this:
If I turn on the the plugin it overwrites all redirected information and all icons on the site are gone.
#This Apache config file was created by Duplicator Installer on 2019-03-04 19:52:18.
#The original can be found in archived file with the name htaccess.orig
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^valguskettide-muuk[/]?$ /toode/valguskettide-muuk/ [R=301,NC,L]
RewriteRule ^easy-up-telkide-muuk1[/]?$ /tootekategooria/muugitooted/easy-up/ [R=301,NC,L]
RewriteRule ^aia-ja-peotelgid-peotelkide-rent-peotelgi-rent[/]?$ /tootekategooria/renditooted/telgid/aia-ja-peotelgid/ [R=301,NC,L]
RewriteRule ^moobel-moobli-rent-kokkupandav-moobel[/]?$ /tootekategooria/renditooted/moobel/ [R=301,NC,L]
RewriteRule ^moobel-moobli-rent-kokkupandav-moobel[/]?$ /toode/pukklaud-pustiseisulaud/ [R=301,NC,L]
RewriteRule ^diivani-rent-punane[/]?$ /toode/diivan/ [R=301,NC,L]
RewriteRule ^banketitoolide-muuk[/]?$ /tootekategooria/muugitooted/banketitoolid/ [R=301,NC,L]
RewriteRule ^valguskett[/]?$ /toode/valguskett/ [R=301,NC,L]
RewriteRule ^garderoob-riidenagid[/]?$ /tootekategooria/renditooted/garderoob-ja-riidenagid/ [R=301,NC,L]
RewriteRule ^garderoobi-numbrid[/]?$ /toode/garderoobinumbrid/ [R=301,NC,L]
RewriteRule ^piirdepostide-rent[/]?$ /toode/piirdepostide-rent/ [R=301,NC,L]
RewriteRule ^lava-poodium[/]?$ /toode/lava-poodium-2-x-1m/ [R=301,NC,L]
RewriteRule ^lava-poodiumite-muuk[/]?$ /toode/lava-poodiumite-muuk/ [R=301,NC,L]
RewriteRule ^laotelkide-rent[/]?$ /tootekategooria/renditooted/laotelgid/ [R=301,NC,L]
RewriteRule ^garderoob-riidenagid-riidestangede-rent[/]?$ /toode/riidestange-104-konksuga/ [R=301,NC,L]
RewriteRule ^laudlinade-muuk[/]?$ /tootekategooria/muugitooted/lauakatted/ [R=301,NC,L]
RewriteRule ^prugikasti-rent-2[/]?$ /toode/prugikasti-rent/ [R=301,NC,L]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteEngine On
RewriteCond %{HTTP_HOST} ^funrent.ee [NC]
RewriteRule ^(.*)$ https://www.funrent.ee/$1 [L,R=301]
</IfModule>
# END WordPress