diff --git a/cs2modrewrite.py b/cs2modrewrite.py index c376243..64e1394 100644 --- a/cs2modrewrite.py +++ b/cs2modrewrite.py @@ -125,7 +125,7 @@ ## Default Beacon Staging Support (/1234) RewriteCond %{{REQUEST_METHOD}} GET [NC] RewriteCond %{{REQUEST_URI}} ^/..../?$ -RewriteCond %{{HTTP_USER_AGENT}} ^({uas})$ +RewriteCond %{{HTTP_USER_AGENT}} "^({uas})$" RewriteRule ^.*$ "{c2server}%{{REQUEST_URI}}" [P,L] """ # Replace variables in staging block