My Apache is rusty.
If two servers, foo and bar, use the same .htaccess file that restricts users using require group
or require user
, how do you base the requirement on the server? I don't think you use RewriteCond here, but I forget.
Looking for something like:
# if foo.com
require group foo
# if bar.com
require group bar