To change the permalink of my site from /%postname%/ to /%postname%-1/, I need a 301 redirect code and I don’t want to use a plugin.
What code should I use?
To change the permalink of my site from /%postname%/ to /%postname%-1/, I need a 301 redirect code and I don’t want to use a plugin.
What code should I use?
2
Answers
Set up the 301 redirects from the old URL permalink structure to the new one in WordPress.
Add this code to your .htaccess file.
Note: make sure to take a backup of your .htaccess file before do any changes.
Make a complete backup of your .htaccess file before changing anything. Try this:
Then add this to your .htaccess