Redirecting Permalinks Challenge
-
I’m 70% there with my new project.
I was needing to redirect my old blog at wordpress.com to my new self hosted site.
I was given this code to do the redirects once I bought the domain mapping and redirect package at wordpress.com
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/(.*)$ https://domain.com/$4 [L,R=301]
It worked great except for the following:
1. some posts (about 30%) will not redirect and it seems it’s because the slugs are not the same.
So my question here is do i do individual redirects which wordpress.com doesn’t allow you to do inside it’s interface.
Or do i just change the slugs and wait for google to recrawl?
2. My categories and pages won’t redirect.
I believe the reason is because this redirect is for https://www.mynotetakignerd.com/blog and the challenge I WAS having there was that wordpress.com uses the year/month/date permalink which the code above handled.
The categories in old site are site:/category/
The pages in old blog are site:/
Any help would be appreciated as to htaccess file redirects or whatever I have to do to fix these?
Thanks
- The topic ‘Redirecting Permalinks Challenge’ is closed to new replies.