Forum Moderators: phranque
is it possible to set the user agent to static value with mod_rewrite?
So, every requesting user agent should be rewritten to anything like
"NotExistingBrowser"
I have an apache 1.3.27 with mod_rewrite, mod_proxy enabled.
I tried
RewriteRule .* - [E=HTTP_USER_AGENT:NotExistingBrowser]
but it didn't work.
Thanks a lot,
Martin