How do I configure httpd.conf for directory /something to grant access to everybody from 10.0.0.0/8 withOUT password AND to require everybody else coming from whereever to basic authenticate
The goal is simple: Folks from inside my corporate network should be able to access a tiny testsite, whereas folks from outside should only be able to access it, if they know the password. I know, how to achieve either of the two goals, but how to combine them?
Kind regards