Support » Fixing WordPress » .htaccess redirects from WP to wp.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    If you still have access to your old wp directory try putting this .htaccess in there:

    RewriteEngine ON
    RewriteRule ^(.*)$ http://meeciteewurkor.wordpress.com/$1 [R=301,L]

    That should take care of it.

    Although some of us may be into love and pats on the back, I think that you need to be in the WordPress(.)com forum. This is the WordPress(.)org forum.
    http://en.forums.wordpress.com/

    Thread Starter citeewurkor

    (@citeewurkor)

    Indeed, I figured since the redirects are on my original wp blog, I’d ask here. I love you, VeraBass, but I love jdembowskie more, because his redirect worked. 🙂

    Thanks.

    lol …I can take rejection 🙂
    Glad it worked!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Nice to be appreciated 🙂

    Thread Starter citeewurkor

    (@citeewurkor)

    No rejection intended. 🙂
    I knew if I posted cheesy stuff about love and such that somebody would help me out. This forum has never failed mee.

    thanks again guys.

    The redirection in the .htaccess is great tip! I decided as well to keep a backup copy of my own blog that is not on wordpress.com to redirect to the one that is by using the plugin called “Moving Your Blog”. Nice if you just want to redirect your blog without actually taking it completely offline (as in my case for backup).

    http://rmarsh.com/2006/09/23/moving-your-blog/

    Something to keep in mind if you ever come across a situation like mine!

    Trent

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘.htaccess redirects from WP to wp.com’ is closed to new replies.