1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Homepage was removed from google! Found the problem

Discussion in 'Search Engine Optimization' started by epicso, Dec 25, 2008.

  1. #1
    Ok..so my site epicwallpaper.com has been jumping off and on to google over the past month and driving me insane!

    The problem is that it was confusing my homepage for another homepage of mine.

    Proper homepage is http://www.epicwallpaper.com, but google was also indexing http://www.epicwallpaper.com/index.php which has a PR0 and no backlinks.

    Anyone know how to use .htaccess to rewrite http://www.epicwallpaper.com/index.php to say http://www.epicwallpaper.com/ ?

    Here is my current .htacess

    #change / with the relative path
    RewriteBase /
    
    RewriteCond %{http_host} ^epicwallpaper.com [nc]
    RewriteRule ^(.*)$ http://www.epicwallpaper.com/$1 [r=301,L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?%{QUERY_STRING}&resource=$1 [L]
    
    Redirect 301 /contact http://www.epicwallpaper.com/
    Redirect 301 /widget http://www.epicwallpaper.com/
    Redirect 301 /register http://www.epicwallpaper.com/
    Code (markup):
     
    epicso, Dec 25, 2008 IP
  2. cheapez

    cheapez Active Member

    Messages:
    1,123
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    78
    #2
    cheapez, Dec 25, 2008 IP
    jitendraag likes this.
  3. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #3
    cheapez has given a solution.. I don't think Options +FollowSymLinks is required.
     
    jitendraag, Dec 26, 2008 IP