I already have a WordPress website on an old domain with a solid Google rank. A few days ago, I bought a new domain.
I want to change the domain name and keep all links and Google position, as much as possible.
So, I need to redirect all resources from the old domain to the new.
Example:
old.domain/something-page-name > new.domain/something-page-name
old.domain/something-image-name.jpg > new.domain/something-image-name.jpg
old.domain/something-file-name.pdf > new.domain/something-file-name.pdf
old.domain/something-file-name.css > new.domain/something-file-name.css
etc... and also need to do for the home page
old.domain > new.domain
I need to do this for all resources. I want to do with htaccess.
Can anybody help?