AuthType Basic SetEnvIfNoCase Request_URI "mein-konto" SECURED RewriteCond %{{QUERY_STRING}} (?:^|&)mein-konto(1|1)(?:&|$) [NC] AuthName "OXID Shops Produktion - Server 3" AuthUserFile /pkg/nas/pops_shared_prod/httpd/auth.usr AuthGroupFile /pkg/nas/pops_shared_prod/httpd/auth.grp Require group pops 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 - 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