Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

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!

Results 1 to 2 of 2
  1. #1
    DNF Member

    Join Date
    Aug 2005
    Location
    US
    Posts
    337
    DNF$
    1,577
    Bank
    0
    Total DNF$
    1,577
    Donate  

    Need htaccess help please....

    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:

    Code:
    http://www.MyDomain.com
    Once the user does something on the front page, it turns into:

    Code:
    http://www.MyDomain.com/home
    Both MyDomain.com and MyDomain.com/home show the same page. I'm worried about SEO ranking and dup content.

    Additionally, when they page through various lists I have on it, they look like these:

    Code:
    http://www.MyDomain.com/home/comment-page-1/#comments
    http://www.MyDomain.com/home/comment-page-2/#comments
    Not everything adds the "home" into the URL, but the main part of the site does.

    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"

    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
    Anything I can do? Or just leave it all alone?

  2. #2
    Think simple ...
    POLiSH's Avatar
    Join Date
    Aug 2004
    Location
    NYC Area
    Posts
    2,330
    Country

    United States Follow POLiSH On Twitter Add POLiSH on Facebook Visit POLiSH's Youtube Channel
    DNF$
    10,366
    Bank
    0
    Total DNF$
    10,366
    Donate  

    Re: Need htaccess help please....

    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

Similar Threads

  1. htaccess - Multiple Domains
    By Preston206 in forum Website Development and Design Discussion
    Replies: 5
    Last Post: 06-02-2006, 02:57 PM
  2. FEEDBACK NEEDED: ScriptNexus.com - The Ultimate Script Generator Website
    By Nexus in forum Advertising and Related Offers
    Replies: 7
    Last Post: 10-16-2004, 08:24 PM
  3. Two Jokes Sites: 400-600 Uniques Daily
    By Odin in forum Developed Websites for Sale
    Replies: 8
    Last Post: 10-01-2004, 12:00 AM
  4. error pages redirections
    By madcamel in forum Website Development and Design Discussion
    Replies: 9
    Last Post: 08-16-2004, 11:23 AM

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
  •  

Domain name forum recommended by Domaining.com