Itried using mod_rewrite to deny access to 1 file on my web server. But it didn't work.
RewriteCond %{REMOTE_ADDR} =10\.0\.0\.145
RewriteRule ^/mylog/_myapi - [F]
Itried using mod_rewrite to deny access to 1 file on my web server. But it didn't work.
RewriteCond %{REMOTE_ADDR} =10\.0\.0\.145
RewriteRule ^/mylog/_myapi - [F]