Forum Moderators: rogerd & travelin cat
If there's no 301, just server-internal activity, it isn't a redirect. It's a rewrite. This leaves you vulnerable to Duplicate Content if you've got an old URL (rewritten) side by side with a new URL, and both lead to the same page.has to do with rewriting the URL instead of redirecting the URL. If you use a URL on a WordPress site without the trailing slash you should be redirected to the page WITH a trailing slash. On my sites, the server delivers a 301 redirect so there's no duplicate content issue.