suniram
Member
Posted 4 months ago #
Hello,
Hopefully someone can clearify some points for me. I want to 301 redirect mydomain.tld/blog to mynewdomain.tld in my multisite (subfolders)
Can I do this with a plugin let's say "page links to" or Yoast or do I need to touch the htaccess?
When I did a 301 redirect successfully, does this mean that the browser changes to the new url automatically (or is this just for the search engines)? If not, how can I achieve this? See, I want the browser to redirect automatically to the new domain if somebody clicks the old page in google. I tried the plugins but neather did work that way.
Thank you very much!
suniram
Member
Posted 4 months ago #
I put this into the htaccess and it does not work. It still stays with the old page.
Redirect permanent http://kiwi-film.de/blog/ http://heiraten-fotograf.de
suniram
Member
Posted 4 months ago #
if I check the header with http://www.stepforth.com/resources/server-header-checker-tool/ I always get this regardless what I try.
HTTP/1.1 302 Found
Date => Thu, 10 Jan 2013 03:05:25 GMT
Server => Apache
Location => http://kiwi-film.de/blog
Vary => Accept-Encoding
Content-Type => text/html; charset=iso-8859-1
suniram
Member
Posted 4 months ago #
"Redirect permanent /blog http://heiraten-fotograf.de" does the trick.
However, the header check still throws me a 302. I`m out of ideas right now.
I want to 301 redirect mydomain.tld/blog to mynewdomain.tld in my multisite (subfolders)
Use a plugin. http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/
It's not a 301 redirect, it's lying to WP ;)