Hello everyone, I'm having a business-critical issue with my .htaccess file (In other words, it needs to be fixed tonight). I know a decent amount about Apache, but I have no explanation for these issues I'm coming across on this website. We primarily use the .htaccess file to make outbound links "prettier". We have one 301 redirect entry per product or website. We use the format www.OurWebsite.com/OtherWebsite.com and make them open in a new window like so. <a href="/OtherWebsite.com" target="_blank"><strong>Other Website</strong></a> HTML: Issue #1: Some of the links aren't going where they are expected to go. This happens when I have a bunch of redirects that all go to one website, but each go to a different part of the website. For example: Redirect 301 /OtherWebsite.com/special http://speciallandingpagegoeshere.com/special Redirect 301 /OtherWebsite.com/xmas-sale http://speciallandingpagegoeshere.com/xmas-sale Redirect 301 /OtherWebsite.com/deluxe http://speciallandingpagegoeshere.com/deluxe Redirect 301 /OtherWebsite.com http://speciallandingpagegoeshere.com/main HTML: Now when I click on the first rule for instance, instead of going to http://speciallandingpagegoeshere.com/physical I end up going to http://speciallandingpagegoeshere.com/main. This is the case for some website links and not others. There doesn't seem to be any rhyme or reason to it. I know 100% certain that the redirect is not happening on the outbound website's end. I can test the latter part of the 301 rule and it goes where it's supposed to. Issue #2: Some of the links do something really strange. I click on the link, and it briefly opens a new tab, and then crashes and closes the tab before loading anything. Here's the weird part: It only does this on Firefox! I am at a complete loss in regards to this. Thank-you so much for your help! --------------------- P.S. Oh, and if anyone was interested in actually looking at the specific .htaccess file, send me a PM. If we can get this figured out so I know what is going wrong, I'll send you a Steam game I purchased but haven't activated yet. Your choice of Rage, Brink, or Hunted: The Demon's Forge
Ok, well it turned out to be 2 very uninteresting solutions. #1 - Browser Cache ??? #2 - AdBlock killed the new windows from opening in FF.