I want to create a way to test different layouts on a page to see which more conversions.
For instance. If I have 2 versions of a page, and I send 50% to page A and 50% to page B and see which one converts more sales.
So I think maybe use .htaccess to rewrite half to page A and the other half to page B.
But how can I do this with .htaccess, is there a way? Do I need to use PHP instead?
Also, if there is a better way to do this, or any warnings I should be aware of, let me know.
source
share