E
E
Egorus2015-10-02 09:00:01
Blogs
Egorus, 2015-10-02 09:00:01

How to implement a 301 redirect for all posts in a wordpress blog?

Guys, hello! I transfer the blog to another domain, glue the domains together.
Created the following .htaccess:
RewriteCond %{HTTP_HOST} ^www.oldsite\.ru$ [NC]
RewriteRule ^(.*)$ newsite.ru/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^oldsite\.ru $ [NC]
RewriteRule ^(.*)$ newsite.ru/$1 [R=301,L]
Everything is great, I started to redirect.... But only from the main one, if you go to oldsite.ru/statya it remains on the same domain , does not redirect... Why and how to deal with it? How to set up a redirect from all posts? Why doesn't .htaccess work on all pages?
System: Wordpress

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question