site

Dirty Tricks Webmasters use when you exchange a reciprocal link

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 →

How do I block an IP address from accessing my site?

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 →

Reproducing other peoples free articles for your own website content

June 7, 2007

Getting the articles you have written out there on the internet can be a great source of traffic for your webpage. It is a definite compliment when people publish them on their websites. The really well written and informative ones spread like a wild fire from site to site. For example I wrote one on [...]

Read the full article →