Results 1 to 6 of 6

Parked Domains with 301 Redirects

This is a discussion on Parked Domains with 301 Redirects within the General Discussion forums, part of the vBSEO SEO Plugin category; Ok, this is a major headache for me. Isn't the 301 redirect supposed to change the URL 100% of the ...

  1. #1
    Member
    Real Name
    Steve
    Join Date
    Aug 2011
    Posts
    70
    Liked
    1 times

    Parked Domains with 301 Redirects

    Ok, this is a major headache for me. Isn't the 301 redirect supposed to change the URL 100% of the time?
    1. I have 10 parked domains on one master domain account.
    2. I have the following code in my root .htaccess file.

      RewriteEngine On
      Options +FollowSymlinks

      RewriteCond %{HTTP_HOST} !^www.mysite.com$
      RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301]
    3. When I go to parked-site1.com I am redirected to mysite.com with no problem. This works.
    4. When I go to parked-site1.com/forum/content ... then there is no redirect! The browser will display parked-site1.com/forum/content as the URL that is being addressed.
    5. Google has been indexing two of my oldest parked domains and now is listing over 20,000 cached pages for these URLS.

      Just a couple of examples:

      ../forum/members/membername/
      ../forum/faq.php
      ../forum/f01/sample-thread-title-12345/

    THOUGHTS? My web hosting firm has been working on this for 24 hours. How in the world do I get not just a simple redirect from the domain name itself, but also all of the folders that are listed under the domain name?

  2. #2
    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
    Try getting rid of:
    Options +FollowSymlinks

  3. #3
    Member
    Real Name
    Steve
    Join Date
    Aug 2011
    Posts
    70
    Liked
    1 times
    ok, hate to think it would be that easy. I'll try it now. I've just about to change webhosts over this issue. I've got a 700,000 post site that's slowly breaking apart the page caches among these old parked domains ... not happy.

  4. #4
    Member
    Real Name
    Steve
    Join Date
    Aug 2011
    Posts
    70
    Liked
    1 times
    nope, didn't work. I'm going to bet that the web host has created an issue and there is some type of problem going on.

  5. #5
    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
    You may need to add in the request uri paramter.
    check:
    Add www to forum url with no trailing slash

  6. #6
    Member
    Real Name
    Steve
    Join Date
    Aug 2011
    Posts
    70
    Liked
    1 times
    Ok, my web hosting firm got it escalated to their top supervisor and he figured it out. (Attention: this is the way my VPS was set with KnownHost, so just heads up if you are running vbseo on Known Host).

    I had to turn on the Rewritebase directive as found in the main .htaccess file and everything else took care of itself.

    # Some servers require the Rewritebase directive to be# enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /


    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    Last edited by Stonepilot; 09-26-2011 at 03:53 PM. Reason: typo

Similar Threads

  1. Bought .cm domains, how best to do redirects?
    By chiptalk.net in forum General Discussion
    Replies: 1
    Last Post: 11-01-2009, 01:41 AM
  2. Multi domains - redirects
    By cyc in forum Custom Rewrite Rules
    Replies: 1
    Last Post: 07-08-2009, 01:10 PM
  3. i have 2 parked domains?
    By bela-meaad in forum Troubleshooting
    Replies: 18
    Last Post: 09-11-2007, 10:54 AM
  4. Parked vs Redirected Domains
    By Grae in forum General Discussion
    Replies: 3
    Last Post: 10-26-2006, 10:33 AM
  5. Replies: 6
    Last Post: 09-13-2006, 10:55 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
  •