Hi, I need to set up my htaccess so it rewrites the URL adding a random string to it, example:
http:// www. mydomain .com / widgets / about.htm
http:// www. mydomain .com / widgets / about.htm ? Sj3291
It could be a number, string, both or even some sort of timestamp
Why? I'm having huge pressure with this: Stats on GA messed up [http://www.webmasterworld.com/analytics/4347835.htm]
But I can't fix it whatever the problem could be. I can't access the server in a way that I can diagnose it or fix it. We had problems like this in the past but the burocracy makes it impossible to deal with it, specially when the admins are not sure how to set up some things on the server (and I don't have a vote on that no matter what). Hope you understand my limitations.
So I suspect there is a problem with proxies and cache, my idea is to solve it makin EACH PAGE CALL unique, so it will always be requested and server as such. I could do this with JS adding an URL check and if no extra data is on it then I would add it via self redirect, but I hope to get this via htaccess instead to avoid page flashing on the client.
Thanks in advance.
PS. Please understand, things the way they are here I could ask them if there is a cache thing running and they say no, then yes, then I don't know! and even if I ask them to turn it off it is a long way and many times a plain dead end.