# .htaccess ( basic code )
<FILES f_blocked.htm>
order deny,allow
deny from all
allow from 123.45.67.89.
</FILES>
<Files .htaccess>
Order allow,deny
Deny from all
</Files>
|
|
...if you add to your .htaccess file the
ErrorDocument
Code ... as is , you would then let your Clients read what you want instead of a standard 403 ← User=pinco - password=pallinoRectify the standard 403 server response
|
|