If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.
Register Today on DNForum IT'S FREE!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?
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
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.
Bookmarks