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,347
    Liked
    19 times
    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 03:49 AM.
    My forums: General Forums | Admin Talk (running xenforo)

  2. #2
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,347
    Liked
    19 times
    Blog Entries
    1
    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=../
    My forums: General Forums | Admin Talk (running xenforo)

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    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.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  4. #4
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,347
    Liked
    19 times
    Blog Entries
    1
    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
    My forums: General Forums | Admin Talk (running xenforo)

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    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.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,347
    Liked
    19 times
    Blog Entries
    1
    ya, thats what I was looking for..thank you
    My forums: General Forums | Admin Talk (running xenforo)

  7. #7
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,347
    Liked
    19 times
    Blog Entries
    1
    how would i set this to force the www. to show ?
    My forums: General Forums | Admin Talk (running xenforo)

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    It should be:
    Code:
    RewriteCond %{HTTP_HOST} !^www\.
    RewriteRule ^(.*)$ http://www.locoforum.com/$1 [L,R=301]
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  9. #9
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,347
    Liked
    19 times
    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 :(
    My forums: General Forums | Admin Talk (running xenforo)

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    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.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. 301 homepage
    By Ashley in forum General Discussion
    Replies: 2
    Last Post: 02-15-2006, 06: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, 06: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, 02:28 PM
  4. 301 Redirects .. built in?
    By Ace Shattock in forum General Discussion
    Replies: 1
    Last Post: 09-30-2005, 12:18 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
  •