AuthType Basic
AuthName "POPS Produktion 3"
AuthUserFile /pkg/nas/pops_shared_prod/httpd/auth.usr
AuthGroupFile /pkg/nas/pops_shared_prod/httpd/auth.grp
Require group popsbe
RewriteCond %{{QUERY_STRING}} (?:^|&)cl=register(1|1)(?:&|$) [NC]
RewriteCond %{{QUERY_STRING}} (?:^|&)konto-eroeffnen(1|1)(?:&|$) [NC]
RewriteRule (index\.php)/?$ $1/%1 [NC]
SetEnvIfNoCase Request_URI "konto-eroeffnen" SECURED
AuthType Basic
AuthName "Login Required - Admin - Prod 3"
AuthUserFile /pkg/nas/pops_shared_prod/httpd/auth.usr
AuthGroupFile /pkg/nas/pops_shared_prod/httpd/auth.grp
Require group popsbe
Order allow,deny
Allow from all
Deny from env=SECURED
Satisfy any