Results 1 to 13 of 13

Changing domain

This is a discussion on Changing domain within the General Discussion forums, part of the vBSEO SEO Plugin category; Hi, I'm thinking to change the domain name of my site - forum in a way that is described here ...

  1. #1
    Senior Member
    Real Name
    Stavros
    Join Date
    Sep 2007
    Posts
    148
    Liked
    0 times

    Changing domain

    Hi,

    • I'm thinking to change the domain name of my site - forum in a way that is described here.
    • I'd like to change www.site.com to site.com
    • I aways wanted to change the URL format from "Non-hieratic directory type using ID's" to "Non-hieratic directory type with content relevant threads". (Is this the right time for this change?)

    So, Is it something of the above that can not be done for technical reasons or is it something that should not be done for any reason?

    Thanks

  2. #2
    Senior Member
    Real Name
    Stavros
    Join Date
    Sep 2007
    Posts
    148
    Liked
    0 times
    I need some help here... Somebody please...

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    It could be done with rewrite rules in .htaccess file, but changing URL formats is not recommended since search engines will have to reindex all your pages.

  4. #4
    Senior Member
    Real Name
    Stavros
    Join Date
    Sep 2007
    Posts
    148
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    but changing URL formats is not recommended since search engines will have to reindex all your pages.
    I'm going to change the domain name anyway, so does it make any difference if I keep the old vBSEO global URL format or change it with new as well?

    The change of domain name will be done in the same way that has be done here http://www.vbseo.com/f84/change-doma...-review-24158/

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    # I'd like to change www.site.com to site.com
    If you are only going to switch from www.domain.com to domain.com (remove www part), I believe transition will be faster if you stick with existing URL formats.

  6. #6
    Senior Member
    Real Name
    Stavros
    Join Date
    Sep 2007
    Posts
    148
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    If you are only going to switch from www.domain.com to domain.com.
    Not exactly... I'm gonna switch it from www.olddomain.com to newdomain.com (no www).

    So, you think if I keep the newdomain.com/forum/t12345, the transition will be faster. Though, isn't this type of URL format less effective from "Non-hieratic directory type with content relevant threads", regarding SERP?

    What you will do in this case if you had to change the domain?

  7. #7
    Senior Member
    Real Name
    Alex
    Join Date
    Mar 2007
    Location
    Italy
    Posts
    508
    Liked
    0 times
    Maybe i'm lucky, I have done both changes, and after 6 days google started today to reindex my site.

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Not exactly... I'm gonna switch it from www.olddomain.com to newdomain.com (no www).
    If you are changing domain name as well, I'd say you can change URL formats as well.

    Though, isn't this type of URL format less effective from "Non-hieratic directory type with content relevant threads", regarding SERP?
    I don't think there is a definitive answer for that.

  9. #9
    Senior Member
    Real Name
    Stavros
    Join Date
    Sep 2007
    Posts
    148
    Liked
    0 times
    OK, I'm ready to make the switch... I'm going to keep the same URL structure (non hieratic directory type usin IDs) and change only the domain name.

    So, what rewrite rules should I have in the old site's .htaccess in order to have everything it comes to www.olddomain.com/root/or/any/other/directory/ permanently redirected to (no www) newdomain.com/root/or/any/other/directory/?

  10. #10
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    In the olds site .htaccess you would add:

    Code:
    RewriteEngine On
    RewriteRule (.*) http://www.newdomain.com/$1 [L,R=301]
    The Forum Hosting - Forum Hosting from the Forum Experts

  11. #11
    Senior Member
    Real Name
    Stavros
    Join Date
    Sep 2007
    Posts
    148
    Liked
    0 times
    Well, the new site - domain will be (no www) newdomain.com Is that the right rule to use?

  12. #12
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    just remove the www's then:


    RewriteEngine On
    RewriteRule (.*) http://newdomain.com/$1 [L,R=301]

  13. #13
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    You could remove the www from what I gave you, also be sure to setup your new .htaccess to remove the www as well.
    The Forum Hosting - Forum Hosting from the Forum Experts

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •