Results 1 to 9 of 9

301 redirect

This is a discussion on 301 redirect within the General Discussion forums, part of the vBSEO SEO Plugin category; What is it, and how do I do it?...

  1. #1
    Junior Member
    Real Name
    CEO254
    Join Date
    Aug 2009
    Posts
    18
    Liked
    0 times

    Question 301 redirect

    What is it, and how do I do it?

  2. #2
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,348
    Liked
    20 times
    Blog Entries
    1
    301 Redirect - How to create Redirects

    what do you want to do with them?
    My forums: General Forums | Admin Talk (running xenforo)

  3. #3
    Junior Member
    Real Name
    CEO254
    Join Date
    Aug 2009
    Posts
    18
    Liked
    0 times
    I had my site critiqued and someone said I should do this

    Critique my site please

  4. #4
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,348
    Liked
    20 times
    Blog Entries
    1
    ok, on the link I posted it would be this section

    Redirect to www (htaccess redirect)

    Create a .htaccess file with the below code, it will ensure that all requests coming in to domain.com will get redirected to www.domain.com
    The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)

    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^domain.com [nc]
    rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]

    Please REPLACE domain.com and www.newdomain.com with your actual domain name.

    Note* This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled.
    My forums: General Forums | Admin Talk (running xenforo)

  5. #5
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    3 times
    Blog Entries
    1
    Quote Originally Posted by CEO254 View Post
    I had my site critiqued and someone said I should do this

    Critique my site please
    In this post I mean 301 redirect from non-www to www

  6. #6
    Junior Member
    Real Name
    CEO254
    Join Date
    Aug 2009
    Posts
    18
    Liked
    0 times
    Quote Originally Posted by marco1 View Post
    In this post I mean 301 redirect from non-www to www
    How do I do that?

  7. #7
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2

  8. #8
    Junior Member
    Real Name
    CEO254
    Join Date
    Aug 2009
    Posts
    18
    Liked
    0 times
    I have done it through Google Webmaster tools.....but I have a question...

    Should I have 2 Google Web accounts? One using www and one without it?

  9. #9
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    The webmaster tools is just a preference that only effects google. you should still do it in your htaccess as directed in that link. Only 1 webmaster area is needed.

Similar Threads

  1. Replies: 8
    Last Post: 12-13-2008, 07:05 AM
  2. linklerde neden böle redirect-to/?redirect
    By samet54 in forum Türkçe
    Replies: 2
    Last Post: 10-14-2008, 05:45 AM
  3. Redirect
    By Riccardo79 in forum General Discussion
    Replies: 13
    Last Post: 09-07-2008, 05:17 AM
  4. Replies: 5
    Last Post: 07-06-2008, 05:39 PM
  5. http://www.vbseo.com/redirect-to/?redirect=http
    By gooster in forum General Discussion
    Replies: 3
    Last Post: 04-10-2008, 12:30 PM

Posting Permissions

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