July 6, 200818 yr Hey all, I have a banning script for my site now and I would like to put something like "Error 404" as a title but I don't know to what number it corresponds when someone's IP gets banned : http://en.wikipedia.org/wiki/List_of_HTTP_...xx_Client_Error Can someone help ? Thanks .
July 6, 200818 yr 404 = Document not found 302 = Moved temporarily 301 = Moved permanently 206 = Partial Content 406 = Document not acceptable to client 403 = Forbidden 401 = Unauthorized 500 = Internal server Error Hope that helps
July 6, 200818 yr Author hmmm not really, you just copied what was written on wikipedia . When you ban someone, what error number is it ? What would it correspond to ?
July 6, 200818 yr I am sure I will be struck down for answering this post, but why not create your own error page just explaining that they have been banned?
July 6, 200818 yr Author Yea I thought so but I was not sure if it's 401 or 403. Anyway I'll use 403 for now, thanks everybody.
July 7, 200818 yr Another alternative is to direct "banned" IP's to a special page so you don't have to use system pages.
July 7, 200818 yr Author This is actually how it works, it redirects them to a page with this message .
Create an account or sign in to comment