I want to set an htpasswd for all URLs that match a pattern. Specifically I want to set it for all URLs that start with '/admin.php?' except those which contain the string 'useradmin'.
Is this possible?
I want to set an htpasswd for all URLs that match a pattern. Specifically I want to set it for all URLs that start with '/admin.php?' except those which contain the string 'useradmin'.
Is this possible?