301 redirect when permalink changes

#790226
  • Resolved Michele
    Rank Math free

    HI,
    can you help me with the 301 redirect?
    I changed the permalink of the “places” listing and now I detect dozens of 404 errors.
    I would like to redirect301 to the new permalink.
    How can I do?
    I tried to insert the code into the htaccess file

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^/old/([^/]+)$ /new/$1 [R=301]
    </IfModule>

    but it does not work.
    Where am I wrong?
    How can I solve it?
    I don’t want to be penalized with SEO

    Thank you very much

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)

The ticket ‘301 redirect when permalink changes’ is closed to new replies.