Hey all, things had been going well remapping a site from one domain to another, but hit a snag and have searched for hours and don't know how to continue.
1) I was moving everything from thepaleofix.com to dranthonygustin.com
2) I moved every single path individually with redirects like this: Redirect 301 /category/post http://www.dranthonygustin.com/category/post
Everything smooth sailing until today when through webmaster tools (to say site address as moved) I had to execute "Redirect 301 / http://www.dranthonygustin.com" -- now some of the urls go through and some don't include the / after the .com extension.
For example:
http://www.thepaleofix.com > http://www.dranthonygustin.com no problem
http://www.thepaleofix.com/resource/purepharma-m3-review/ > http://www.dranthonygustin.com/what-does-magnesium-do/ no problem
BUT a bunch of the URLs then don't push... For example:
http://www.thepaleofix.com/recipe/paleo-jam > http://www.dranthonygustin.comrecipe/paleo-jam/ (notice NO / after the .com extension)
and http://www.thepaleofix.com/wp-admin > http://www.dranthonygustinwp-admin (which of course leads to dead link)
There are a bunch of paths that do this, that I checked before and were working, such as:
Redirect 301 /recipe/paleo-jam http://www.dranthonygustin.com/simple-vanilla-berry-paleo-jam/
Any idea why after implementing the / redirect, why it broke some of the redirects and not all?
Thanks!