Doing an A/B split test on a Joomla install with Google Web Optimizer. The elements that are changing in the split test variations live in the header/menu of the site and not in the content areas.
Because of this, I need to use static HTML pages for each variation and I'm having an issue getting links on these variation pages to work properly in the context of the rest of the Joomla website.
For example, a user needs to get to the page www.thesite.com/contact-us/estimate-form.html in order for Google Web Optimizer to count that visit as a successful conversion, but because of how Joomla dynamically handles links there is no actual estimate-form.html page that lives in the folder /contact-us despite that URL being displayed in the browser.
As it stands now, Joomla has me stuck in a redirect loop, probably because it can't find the estimate-form.html page, that keeps dropping me to the top level of the website. This obviously breaks any attempt at conversion testing and I'm wondering how I can fix this.