Welcome Guest, Not a member yet? Register   Sign In
8 simple 301 redirects not working
#10

[eluser]charlie spider[/eluser]
Quote:Page Rank, AFAIK, is based on incoming links only.
75-80% is based on incoming links (although nobody but Google knows the exact number) the other 20-25% is what's reffered to by some as On-Site SEO and is determind by the presence of keywords in things like:
- the domain name
- the rest of the URL
- meta tag Page Title
- H1 headings
- plus more like inter-page link text, blah, blah, blah



@skunkbad

I just got a chance to experiment with your method. No dice so far.

This is what I have now:

Code:
Options Indexes
Options +FollowSymLinks
Options -MultiViews
DirectoryIndex index.php

<IfModule mod_rewrite.c>

  RewriteEngine on
  RewriteBase /

  #RewriteCond %{HTTP_HOST} !^www\.coachhouse\.info$ [NC]
  #RewriteRule ^(.*)$ http://www.coachhouse.info/$1 [R=301,L]

   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME} !-d
   RewriteCond %{REQUEST_FILENAME} !^/index.htm [NC]
   RewriteCond %{REQUEST_FILENAME} !^/features.htm [NC]
   RewriteCond %{REQUEST_FILENAME} !^/pender.htm [NC]
   RewriteCond %{REQUEST_FILENAME} !^/location.htm [NC]
   RewriteCond %{REQUEST_FILENAME} !^/rates.htm [NC]
   RewriteCond %{REQUEST_FILENAME} !^/testimonials.htm [NC]
   RewriteCond %{REQUEST_FILENAME} !^/contact.htm [NC]
   RewriteCond %{REQUEST_FILENAME} !^/links.htm [NC]

   RewriteRule ^(.*)$ index.php?/$1 [NC,L,QSA]
  
   RewriteRule ^/index.htm http://www.coachhouse.info/ [R=301,L]
   RewriteRule ^/features.htm http://www.coachhouse.info/features [R=301,L]
   RewriteRule ^/pender.htm http://www.coachhouse.info/pender-island [R=301,L]
   RewriteRule ^/location.htm http://www.coachhouse.info/location [R=301,L]
   RewriteRule ^/rates.htm http://www.coachhouse.info/rates-and-info [R=301,L]
   RewriteRule ^/testimonials.htm http://www.coachhouse.info/guest-comments [R=301,L]
   RewriteRule ^/contact.htm http://www.coachhouse.info/contact [R=301,L]
   RewriteRule ^/links.htm http://www.coachhouse.info/links [R=301,L]

</IfModule>

Still throwing 404's


Messages In This Thread
8 simple 301 redirects not working - by El Forum - 06-01-2010, 12:29 AM
8 simple 301 redirects not working - by El Forum - 06-01-2010, 12:51 AM
8 simple 301 redirects not working - by El Forum - 06-01-2010, 01:08 AM
8 simple 301 redirects not working - by El Forum - 06-01-2010, 01:16 AM
8 simple 301 redirects not working - by El Forum - 06-01-2010, 02:01 AM
8 simple 301 redirects not working - by El Forum - 06-01-2010, 12:21 PM
8 simple 301 redirects not working - by El Forum - 06-01-2010, 12:56 PM
8 simple 301 redirects not working - by El Forum - 06-01-2010, 12:59 PM
8 simple 301 redirects not working - by El Forum - 06-01-2010, 01:25 PM
8 simple 301 redirects not working - by El Forum - 06-01-2010, 01:35 PM
8 simple 301 redirects not working - by El Forum - 06-01-2010, 01:53 PM
8 simple 301 redirects not working - by El Forum - 06-01-2010, 02:16 PM
8 simple 301 redirects not working - by El Forum - 06-01-2010, 02:51 PM
8 simple 301 redirects not working - by El Forum - 06-01-2010, 04:42 PM
8 simple 301 redirects not working - by El Forum - 06-01-2010, 09:53 PM
8 simple 301 redirects not working - by El Forum - 06-02-2010, 06:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB