Forums

Forwarding old blog address to new site? (24 posts)

  1. lijesarki
    Member
    Posted 10 months ago #

    How do I have traffic that goes to a link from an old blog post forward to the exact same post that is not hosted on GoDaddy?

    Can i be that specific?

    old site:
    http://nutbucketfilms.wordpress.com/

    new site:
    http://nutbucketfilms.com (not live yet) still waiting for it to quit forwarding.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    You could create a 301 redirect in your.htaccess file or you could use a redirection plugin.

  3. lijesarki
    Member
    Posted 10 months ago #

    i am not programming savvy. what is easiest?

  4. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    I wouldn't say either were easy. In both cases, unless you intend to specify every single redirection, you need to have a good knowledge of regular expressions.

  5. lijesarki
    Member
    Posted 10 months ago #

  6. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    No - that's for using your own domain name with a wordpress.com site.

  7. lijesarki
    Member
    Posted 10 months ago #

    where can i get a redirection plug in?

  8. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

  9. lijesarki
    Member
    Posted 10 months ago #

    is there a way to redirect all posts to the new site hosted at http://www.nutbucketfilms.com
    ?

    so i don't have to go into each one?

  10. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    You could redirect the whole site using a 301 redirect in your.htaccess file.

  11. lijesarki
    Member
    Posted 10 months ago #

    how do i do that?

  12. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 10 months ago #

    Which is all of this:

    RewriteRule ^(.*)$ http://www.nutbucketfilms.com/$1 [R=301,L]

    Assuming olddomain.com/pagename == newdomain.com/pagename of course.

  13. lijesarki
    Member
    Posted 10 months ago #

    where do i put this?

  14. lijesarki
    Member
    Posted 10 months ago #

    is there phone support for this? i don't seem to be able to get the help i need here.

  15. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    Sorry - no. WordPress is free software and this, volunteer-based forum is the only direct support.

  16. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 10 months ago #

    You put that in your .htaccess file on old domain. Make it the first line and it'll sort everything.

  17. lijesarki
    Member
    Posted 10 months ago #

    where is ".htaccess file"? I am not super savvy with code. Make it the first line of what? the rewrite rule above?

    sorry. details would help me out tremendously.

  18. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    You could try using Google yourself.
    http://www.isitebuild.com/301-redirect.htm

  19. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 10 months ago #

    lijesarki - Look up what .htaccess is in Google, and how to edit if. if that STILL is beyond you, and it's totally okay that it is, you will need to either ask your webhost to help you, or hire someone.

  20. lijesarki
    Member
    Posted 10 months ago #

    The site I am redirecting is a wordpress hosted site. There is no place to write FTP. If there is what section of my dashboard do I write this 301 redirect? It is a wordpress.com hosted blog that I need to redirect to the new godaddy hosted site.

  21. esmi
    Theme Diva & Forum Moderator
    Posted 10 months ago #

    You need to ask about this on http://en.forums.wordpress.com/

  22. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 10 months ago #

    I'm a moron :) You want this: http://en.support.wordpress.com/site-redirect/

  23. lijesarki
    Member
    Posted 10 months ago #

    i tried that. it only redirects the main page. if you try to go to a specific archived entry it doesn't redirtect. it says the page no longer exists. i want every address from my old blog to redirect. not even sure if that is possible.

  24. Ipstenu
    Half-Elf Support Rogue & Mod
    Posted 10 months ago #

    You'll have to ask at the URL esmi provided. WordPress.com is a lot more locked down than self hosting.

Reply

You must log in to post.

About this Topic