.htaccess redirect

Discussion in 'Search Engine Optimization' started by bottomcarline, Nov 7, 2010.

  1. #1
    i want know .htaccess redirect and whats role in seo . and what different b/w other java scrit redirect or .htaccess redirect.
     
    bottomcarline, Nov 7, 2010 IP
  2. venki24

    venki24 Peon

    Messages:
    92
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    301 redirects can be used in other ways important to SEO when you move pages.

    For instance, if you have an old folder named files whose contents are being moved or removed, you can avoid an SEO blunder by redirecting anyone who tries to access files in that folder to another file (or folder) as such:

    RewriteEngine on
    RewriteRule ^files(.*)$ /some-other-page.html [L,R=301]
     
    venki24, Nov 7, 2010 IP
  3. hurn1

    hurn1 Well-Known Member

    Messages:
    684
    Likes Received:
    73
    Best Answers:
    0
    Trophy Points:
    120
    #3
    You can redirect 404 for your own page. Google dont like to get crawler error means 404 error so you can avoid it using .htaccess redirect
     
    hurn1, Nov 7, 2010 IP