Archive

Archive for December, 2008
Sponsored Links:

How to Force Domains use WWW

December 5th, 2008

Many site owners make the mistake of duplicating their site’s home page. They will have the same content for http://www.domain.tld, http://domain.tld, and http://www.domain.tld/index.html. This will result in lost link value and therefore damage the rankings of the site’s homepage. For example you may have your internal links pointing to http://www.domain.tld but outside sites may be linking to http://domain.tld. Therefore you will be diluting the effectiveness of your site. If you find many links outside the site pointing to both the non-www and the www version, it may be wise to use a 301 re-write rule so all pages will be redirected to the same url. How to include the 301 re-write rule in your web site 1. Create a .htaccess file. Open notepad, name and save the file as .htaccess (there is no extension). 2. Place this code in your .htaccess file: Options +FollowSymLinks RewriteEngine On RewriteCond %{HTTP_HOST} ^domain\.tld$ [NC] RewriteRule ^(.*)$ http://www.domain.tld/$1 [R=301..... Read more

Guide how to get rid of wrong save form data

December 2nd, 2008

Have you ever typ0 “typographical error” your login name in firefox, only to have it save the wrong entry as well as the correct one? How do you get rid of the wrong entry? You could clean up out all of your saved information, but why just for one mistake! Go to the form where the mistake is. Put your cursor in the text entry form and hit down until you highlight the incorrect entry. Now press shift + delete Sponsored Links:..... Read more

Improve the web with Nofollow Reciprocity.