Hi,
Im looking for a way to make a normal browser access look like a mobile access.
Any way to do it?
Regards
What mod_headers would do exactly?
What i want it is make some (or all) the traffic look like mobile, but actually they are from desktop.
It's not possible to change someone else's user agent. You can change the way your server looks at them, but you can't change the actual user agent.
<IfModule mod_headers.c>
RequestHeader set User-Agent "Mozilla/5.0 (Linux; U; Android 2.2; en-us; Nexus One Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1"
</IfModule>