March 8, 2008
When you first build a web site you need to show the search engines that your site is popular, and that other web site owners want to link to you. It is really hard to get webmasters to put a link to you without wanting something in return. Therefore we exchange reciprocal links. The webmaster [...]
Read the full article →
September 7, 2007
In order to block a certain IP Address from access to your site you can add the following to the htaccess file in your web server document root ( most often named public_html, httpdocs, or webdocs) directory (edit to make the below IP the offender’s): <Limit GET> order deny,allow deny from 209.23.123.110 </Limit> This will [...]
Read the full article →