block

Block or allow specific websites in the Windows Content Advisor

May 31, 2010

By Mitz Free computer Help Applies to Windows Vista and Windows XP You can allow or block specific websites in Windows Xp and Windows Vista Content Advisor. It is especially handy when you want to block a website that passes through the rating levels. Open Internet Explorer by clicking the Start button, and then clicking [...]

Read the full article →

Allow or block unrated sites in Windows Content Advisor

May 31, 2010

By Mitz Free computer Help Applies to Windows Vista and Windows XP By default, the Windows content advisor will block a website if it is unrated. Sometimes you may want a particular user to be able to access websites that are not rated. Here’s how: Open Internet Explorer by clicking the Start button, and then [...]

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 →