Hi Expert,
I have few ips where only those Ips needs to access /bin/xyz/.*\.html and /bin/acbc/.*\.html. Apart from that if any Ips access the path , they need to get "page not found " error.
Using Apache 2.2.
Apache Web Server
Last Comment
Member_2_5912282
8/22/2022 - Mon
Member_2_5912282
ASKER
any help ?
gr8gonzo
Use htaccess files to control this. The remote IP is stored in the REMOTE_ADDR server environment variable.