1and1 hosting fun
June 25th, 2009 currentlyOfflineHad a bit of fun trying to work it out why any page any link on my website suddenly had stopped working. Doesn’t matter where I click, doesn’t matter what I’m putting into address field in my browser – it shows content of the home page. Website wasn’t broken(always a good thing), Apache error log empty. No changes in last couple of weeks. Weird!
After spending a couple beer pints of time, I’ve found that people at 1and1 have changed something on their side without letting me know…
To be able to have URLs I want… Ok, not that I care about URL’s much, to make search engines happy mostly
I’m using this trick for custom URL’s with Zend Framework And the reason why it stopped working is that 1and1 is not giving you $_SERVER['PATH_INFO'] any more it just doesn’t exists any more. Had to use other members of $_SERVER
Great

