ip address

How to change your computers IP Address in Windows Vista

Thumbnail image for How to change your computers IP Address in Windows Vista May 29, 2010

You do not have to be a computer technician to find out how to change your computer’s IP address in Windows Vista. Previously we have published articles about finding your IP address on your home computer network, however this applied to Windows XP. If you want to change your computers Ip address on Windows Vista, [...]

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 →