TwelvestoneBack End

htaccess help


Sign in

  • Waiting for Godot ( 720 k posts )
    Just conversation.
  • Thunder Dome ( 23 k posts )
    Photoshop Tennis and Collabs.
  • Photography ( 4.8 k posts )
    For all you shutterbugs, sh...
  • Flash ( 18 k posts )
    ActionScripting to tweens, ...
  • Front End ( 5.8 k posts )
    general front end design an...
  • Back End ( 9.6 k posts )
    serverside scripting, progr...
  • Projects and Theory ( 12 k posts )
    This forum is for discussio...
  • FAQ ( 269 posts )
    All those nagging questions...
  • Design ( 17 k posts )
    graphics & all aspects of g...
  • Purgatory ( 3.6 k posts )
    12stone Jail, feel free to ...
persist
 
2010-04-08

I am dealing with total jerk on a community app I built. I need to ban him, but prefer to serve him a 404 rather than directory denied code. Is this possible? I am afraid the denied code.will simply incite him. Arrgh.

persist
 
2010-04-08

well as long as he isn't savy, I think

ErrorDocument 403http://www.mysite.com/404.html

will work. I can just make a custom document for 403 that provides a gentler message of pwnage.

scudsucker
 
2010-04-09

gentler message of pwnage.

I say, make it an exact copy of the real site. Except that your man can't post any messages - but can log in etc.

The frustration will kill him.

Stickman
 
2010-04-09

There are various options.

This page has instructions (further down, past the PHP stuff) on how to redirect an IP range using a 301, so you could send him to a specific page.

Alternatively, to trigger a 403 check the instructions on this page -- but swap 'allow' and 'deny'.

persist
 
2010-04-09

thanks guys!

Sorry, you must be a member to post to a conversation. Either log in or sign up to get involved.
TwelvestoneBack End

htaccess help