+ Reply to Thread
Results 1 to 3 of 3

Thread: 301 redirection

  1. #1
    Platinum Lifetime Member
    Last Activity Yesterday 12:22 AM

    Join Date
    Oct 2009
    Posts
    75
    DNF$
    266
    Trader Rating: 7 reviews

    301 redirection

    I have just bought a website with content. Let say the domain is abc.net with subdomain forum.abc.net.

    the condition is such that www.forum.abc.net has PR 7, whereas forum.abc.net has PR N/A because of 301 redirection to the www page.

    My problem is that when i did some update, i accidentally delete the redirection codes from .htaccess file. I read some articles and have tried the following to redirect the non-www subdomain to www again:

    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^forum.abc.net [NC]
    RewriteRule ^(.*)$ http://www.forum.abc.net/$1 [L,R=301]


    When i test run the redirection by keying in "forum.abc.net", the browser prompts me an error of infinite looping for the redirection. Can any help me solve the problem?


  2. #2
    Platinum Lifetime Member
    Last Activity 12-14-2009 01:19 PM
    Tekime's Avatar

    Join Date
    Apr 2005
    Location
    Maine
    Country
    Posts
    45
    DNF$
    66
    Trader Rating: 0 reviews
    Is this still a problem? The rewrite looks fine. You may have an .htaccess file in your base folder and the forums folder which are causing a conflict - I'd check this first!
    phpLinkBid Directory Script - The #1 bid for position script
    Scriptalicious SEO Scripts - The #1 SEO Turnkey Script


  3. #3
    Platinum Lifetime Member
    Last Activity Yesterday 12:22 AM

    Join Date
    Oct 2009
    Posts
    75
    DNF$
    266
    Trader Rating: 7 reviews
    Yep the site is fine now. The source problem is from "rel canonical" that comes with SEO-all-page plugin for wordpress causing the page to redirect back to non-www.


+ Reply to Thread

Bookmarks

Posting Permissions

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