So I spend all morning adding stupid DEBUG hacks to my web site so that I can have it run on my current server, albeit not the way I wanted it to, as close to it as possible.
Not only did I have to mess with my directory structure because locally I have it set up under the document root, and thanks to some a$$h*le company called Verio front running the domain I wanted for it I have it set up remotely as a sub domain of my other site... but as I mentioned elsewhere mod_rewrite isn't enabled so I had to go through and add the little .php extension here and there and.... OH BUT GUESS WHAT??!
So, you know how this should work fine, right?
http://host/index.php/this/still/loads/index.php
Ie, it loads index.php and everything after is just ignored (unless of course you explode your path and use it as input like I theoretically was going to do...). WELL. Not only does my dumbass, we've been on the internet for 15+ years and still don't know a damned thing host not have mod_rewrite enabled, apparently they've managed to do something to Apache to disable that from working too. If I go to...
http://remotehost/index.php/anythinghere
...it just loads, and loads until the connection times out.
I know this doesn't have much to do with PHP but I don't feel like joining talkapache.com just to ask. I can't figure out how they managed to screw that one up, except for one setting in phpinfo() I spotted.
Virtual Directory Support enabled
It's enabled on mine, disabled on theirs, and no matter how much you google it, for some reason even apache.org doesn't tell you what it does. Anybody know if that's my problem?
-m