Forum Moderators: phranque
The JQuery module drastically reduces page views and impressions. As a gallery with 15 photos can all be viewed with just one impression and one pageview.
Each photo has a unique URL so I was wondering if the correct rewrite would reload the page on each photo click thus creating the pageview and impression.
Here is what the URLs looks like;
[domainname.com...]
[domainname.com...]
[domainname.com...]
etc...
In Apache I can do your basic 301's but this one is hurting my brain.
Is there another way we could achieve the outcome we are looking for with Apache?
Thanks!
With some custom PHP to populate a new image name each time that would solve the pagviews portion of the problem.
That would leave the impression problem, which is more pressing as we plan to direct sell advertising based on CPM.
I was hoping for a two birds with one stone type approach with a rewrite...