Deny all, allow only one IP through htaccessJul 6, 2020 by Editorial Staff 1 Comment If you want to deny all the traffic except a single IP use the below snippet in your .htaccess.order deny,allow deny from all allow from <your ip>
[…] https://www.tutsplanet.com/deny-all-allow-only-one-ip-through-htaccess/ […]