• Nice plugin! Solved my problems!

    The thing is that I want to clear files from the old domain I used and delete WordPress. I just want to keep htacces.

    I exported Everything as Apache .htacces but when I put the code in the htacces and deleted the plugin, it doesn’t work anymore.

    Code looks something like this:

    
    # Created by Redirection
    # Mon, 27 Apr 2020 10:56:22 +0000
    # Redirection 4.7.1 - https://redirection.me
    
    <IfModule mod_rewrite.c>
    RewriteRule product/(.*) https://notorious-store.ro/produs/$1 [R=301,L]
    RewriteRule product-category/(.*) https://notorious-store.ro/categorie-produs/$1 [R=301,L]
    RewriteRule ^cart-2/$ https://notorious-store.ro/cos/ [R=301,L]
    RewriteRule ^my-account-2/$ https://notorious-store.ro/my-account/ [R=301,L]
    RewriteRule branduri/(.*) https://notorious-store.ro/brand/$1 [R=301,L]
    RewriteRule ^magazin/$ https://notorious-store.ro/shop/ [R=301,L]
    RewriteRule ^termeni-si-conditii/$ https://notorious-store.ro/info-client/termeni-si-conditii/ [R=301,L]
    RewriteRule ^politica-de-confidentialitate/$ https://notorious-store.ro/info-client/politica-de-confidentialitate/ [R=301,L]
    RewriteRule ^politica-de-utilizare-cookies/$ https://notorious-store.ro/info-client/politica-de-utilizare-cookies/ [R=301,L]
    </IfModule>
    
    # End of Redirection
    

    How can I use it after I delete the plugin?

    • This topic was modified 6 years, 1 month ago by Yui.
    • This topic was modified 6 years, 1 month ago by Yui.

The topic ‘Use plugin after delete’ is closed to new replies.