Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #1  
Old 03-28-2008, 09:10 PM
flipthom Offline
forum loafer
 
Join Date: Jun 2007
Location: Northwest Arkansas
Posts: 11
Blocking Visitors

I've read quite a few articles on here about blocking certain IP addresses from leaving comments. But what if I want to know how to block someone from even being able to view my blog, itself? How would I go about doing that?
__________________
Flip // www.flipthom.com
Reply With Quote
  #2  
Old 03-28-2008, 09:21 PM
flipthom Offline
forum loafer
 
Join Date: Jun 2007
Location: Northwest Arkansas
Posts: 11
Apparently, I'm a forum loafer.
__________________
Flip // www.flipthom.com
Reply With Quote
  #3  
Old 03-28-2008, 09:44 PM
dhdesign's Avatar
dhdesign Offline
pixelpost guru
 
Join Date: Mar 2007
Location: Ohio
Posts: 431
You can also block a person's IP from viewing the site by inserting a few lines in your .htaccess file. Put the person's IP number at the end of the deny from line. Save, then upload the .htaccess file to your server where the current .htaccess file resides.

Code:
<Files 403.html>
order allow,deny
allow from all
</Files>

deny from xxx.xxx.xxx.xxx
403.html is the file that you will send the banished visitor to when they try to view your site. You can create a simple file that simply says "You are forbidden from viewing this site.", save it as 403.html, and put it in the same directory as the .htaccess file.
__________________
My photoblog: KP Images
Reply With Quote
  #4  
Old 03-28-2008, 10:08 PM
xact Offline
pp regular
 
Join Date: Oct 2007
Posts: 46
The best method is how dhdesign described it
And if you want to block from multiple user, add IPs separated by space:"
Code:
deny from xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy zzz.zzz.zzz.zzz
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 11:42 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs