In context, Google Adsense will not display accurate ads to dynamic pages. I want to display HOCKEY ads for hockey users, FOOTBALL ads to football users, etc.. but the query string will never be the same, ever. Google only serves content-related ads to cacheable pages. If I could have every unique page [SCRIPT.PL?123456789+ABC...] returned as HOCKEY.htm and FOOTBALL.htm, I could fool Google, I think... Any ideas?
I'm pretty knowledgable about PPC advertising if I could return a knowledge favor to any of you.
Thanks
What I mean is doing something like that requires something that hooks into the apache request mechanism.
One way to accomplish this that comes to mind is the
TransHandler. Or you could search the web for ways to write your own handler that hooks into apache's request mechanism.
There's also this way:
[webmasterworld.com...]
But setting up Mason just to do this wouldn't be wise.