My homepage works fine with Internet Explorer.

But if I load the homepage in Firefox, Firefox opens a specific page, washer.html.

Can anyone tell me what I'm doing wrong?

link|improve this question
I just pulled up appliancerepairrus.com in Chrome 10 and got redirected to appliancerepairrus.com/washer.html. – Matt Ball Apr 13 '11 at 2:43
feedback

2 Answers

Your website uses Google website optimizer to do a so-called A/B test. This will randomly show some visitors (in your case: some browser) another page.

Removing

<script>utmx("url",'A/B');</script> 

should help. If you cannot remove that yourself, then I guess there must be some setting in Google web optimizer itself, which defines which pages are shown. Just have both pages refer to the homepage then.

link|improve this answer
Thank you, That did fix the prob! – Harold Apr 13 '11 at 12:52
feedback

I just pulled it up in FF 4, and it loaded the root page, as expected. Perhaps your browser has cached a redirect request; try clearing it's cache and hitting the root page again.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.