Hello guys , is there a way to lock a country to see my website ? I need to lock all the traffic coming from any other country (or most of all) except for italy , is this possible ?
one idea would be to use geoip from maxmind or another who detects visitors country then do a conditional if like if(country != Italy) render 404 error pm me if you need help