Asked by test test
at 2024-09-14 10:56:20
Point:500 Replies:2 POST_ID:829274USER_ID:12424
Topic:
apache#linux;
Normally, I can be easy to block ip , from editing .htaccess file at my server public_html
directoryand put the code as follow into the file. But today blocking ip is not working
- Order Allow,Deny
- Allow from All
- Deny from 67.68.32.10
But blocked it in apache, httpd.conf file that is working, seems, apache ignore my .htaccess file ?
Please advise