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've got a website I'm putting together that I think needs some htaccess redirects. It's a Wordpress site and due to various plugins, it's causing my URLs to do some funny things.
It starts out with:
Once the user does something on the front page, it turns into:Code:http://www.MyDomain.com
Both MyDomain.com and MyDomain.com/home show the same page. I'm worried about SEO ranking and dup content.Code:http://www.MyDomain.com/home
Additionally, when they page through various lists I have on it, they look like these:
Not everything adds the "home" into the URL, but the main part of the site does.Code:http://www.MyDomain.com/home/comment-page-1/#comments http://www.MyDomain.com/home/comment-page-2/#comments
So, I'm wondering if there is a way to make it so the "home" is taken out of the url with htaccess. I really don't know much about it. Following is my current htaccess. The first part is to make sure that anyone that does not key in the www, gets forced to www, for SEO purposes. The second half was created by Wordpress for "pretty utl permalinks"
Anything I can do? Or just leave it all alone?Code:<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www.illegalimmigration.us$ [NC] RewriteRule ^(.*)$ http://www.illegalimmigration.us/$1 [L,R=301] </IfModule> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I would leave this as it stands. Check your results in about a month to see how they are looking and then we can from there.
BigCommerce. All-in-one, easy to use, SEO, marketing tools and more. Try it free!
Get 1st page rankings with Click SEO Link Wheelers
Bookmarks