vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 10 of 10

301 questions

This is a discussion on 301 questions within the General Discussion forums, part of the vBSEO SEO Plugin category; how Can I redirect these pages like locomacheen.com/links.htm and this point to >locomacheen.com/sitemodules-Links.html I have about 7 pages I need ...

  1. #1
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,208
    Blog Entries
    1

    Question 301 questions

    how Can I redirect these pages like


    locomacheen.com/links.htm
    and this point to
    >locomacheen.com/sitemodules-Links.html


    I have about 7 pages I need to 301 to the new pages.. but they are like this one.. thank you

    thank you
    Last edited by Brandon Sheley; 03-06-2006 at 02:49 AM.
    Are you on Twitter? @BrandonSheley | Social Media blog
    Latest projects: General Forums | TopekaTweetup

  2. #2
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,208
    Blog Entries
    1

    Re: 301 questions

    when i try to do a rediret from the cpanel.. some code is added to the url ?

    i'm trying to redirect the link in the first post

    but it comes up as

    locomacheen.com/sitemodules-Links.html/?vbseourl=links.htm&vbseorelpath=../
    Are you on Twitter? @BrandonSheley | Social Media blog
    Latest projects: General Forums | TopekaTweetup

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,543

    Re: 301 questions

    Hello,

    you can add the following to your root .htaccess file (right after "RewriteEngin on" line):

    RewriteRule ^links\.htm$ sitemodules-Links.html [L,R=301]
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  4. #4
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,208
    Blog Entries
    1

    Re: 301 questions

    I've decided to remove the portal,, but thx for the help

    i do have an urgent question

    my dns is a little messed up and www.locoforum shows the default cpanel message sometimes

    but http://locoforum is working..

    and i had this before on a site but I can't for the life of me find it..

    what will i put in my htaccess to make any links coming in with the www. to be made http://loco ?

    thank you,,
    plus this code will i add b4, or after all the vbseo code in htaccess ? I'd think after
    thx
    -Brandon
    Are you on Twitter? @BrandonSheley | Social Media blog
    Latest projects: General Forums | TopekaTweetup

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,543

    Re: 301 questions

    Hi Brandon,

    you should put the following into .htaccess before vBSEO rules (right after "RewriteEngine on"):
    RewriteCond %{HTTP_HOST} ^www\.
    RewriteRule ^(.*)$ http://locoforum.com/$1 [L,R=301]
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  6. #6
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,208
    Blog Entries
    1

    Re: 301 questions

    ya, thats what I was looking for..thank you
    Are you on Twitter? @BrandonSheley | Social Media blog
    Latest projects: General Forums | TopekaTweetup

  7. #7
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,208
    Blog Entries
    1
    how would i set this to force the www. to show ?
    Are you on Twitter? @BrandonSheley | Social Media blog
    Latest projects: General Forums | TopekaTweetup

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,543
    It should be:
    Code:
    RewriteCond %{HTTP_HOST} !^www\.
    RewriteRule ^(.*)$ http://www.locoforum.com/$1 [L,R=301]
    
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  9. #9
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,208
    Blog Entries
    1
    okay, another question

    I bought vBulletinzone.com

    how can I redirect all links incoming links to go to
    forum.vbulletinsetup.com

    thank you

    edit, nvm, I found some help here
    How to Redirect a Web Page Using a 301 Redirect

    is there anyway to redirect each old thread to the new thread on a new domain ?
    the thread ID will change I'm sure from the merge :(
    Are you on Twitter? @BrandonSheley | Social Media blog
    Latest projects: General Forums | TopekaTweetup

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,543
    You can only redirect them per-thread in this case:
    Code:
    RewriteRule ^old-thread-url-here$ http://www.newdomain.com/new-thread-url-here [L,R=301]
    
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


Similar Threads

  1. 301 homepage
    By Ashley in forum General Discussion
    Replies: 2
    Last Post: 02-15-2006, 05:34 AM
  2. several domain name - how to get 301 code in htaccess?
    By Oneclic in forum Custom Rewrite Rules
    Replies: 3
    Last Post: 01-26-2006, 05:11 AM
  3. Happy New Year and a couple of pre-installation questions
    By selwonk in forum General Discussion
    Replies: 18
    Last Post: 01-03-2006, 01:28 PM
  4. 301 Redirects .. built in?
    By Ace Shattock in forum General Discussion
    Replies: 1
    Last Post: 09-30-2005, 11:18 AM