php question
php question
Out of context: Reply #16
- Started
- Last post
- 23 Responses
- urban100
why not just use htaccess... in the public_html directory of your server there may be an .htaccess file already (if not create it).
then paste the following, using the ip you want to block:
order allow,deny
deny from 127.0.0.1
allow from all