Coolest Guy on The Planet, htaccess tip

Ok glad your back today I will show you what I mean about customizeing the .htaccess file.

Below is an .htaccess file from one of my website. I am just giving a few lines of the code.

But I have highlighted some words. canada badcredit hawaii now if any of these word are in the query the search engine passes to the server that are served up the approate page.

For example: If someone searches on “canada mortgage” and they see my page they will be send to the following page. “http://mortgages.in-honolulu.com/Canadian_Mortgage_Rates.shtml

If someone searches on “badcredit” and they see my page they will be send to the following page. “http://mortgages.in-honolulu.com/Bad_Credit_Mortgage.shtml

If someone searches on “hawaii” and they see my page they will be send to the following page. “http://milliondollarmortgage.com”
Start Code After dotted line:

————————————————

Options All -Indexes
AddType text/html .shtml .html .htm
AddHandler server-parsed .shtml .html .htm

options all
RewriteEngine on
RewriteBase /
RewriteRule canada http://mortgages.in-honolulu.com/Canadian_Mortgage_Rates.shtml
RewriteRule badcredit http://mortgages.in-honolulu.com/Bad_Credit_Mortgage.shtml
RewriteRule hawaii http://milliondollarmortgage.com

————————————————

End code before dotted line.

OK did the coolest guy on the planet for search engines tips help you out. I hope so. If your unsure how to implement .htaccess files on your server or do not want to take the time jusy go to the about page and give me a call or shoot off an email to the “CoolestGuyOnThePlanet@WilliamBraddockAssociates.com” and I will get back to you to arrange assistance.

Bye for now.

If you enjoyed this post, make sure you subscribe to my RSS feed!