Problem: Locally, as in on the same network, my pages load up correctly. However, if I were at some remote location, I get a "Page not found" message...as though it were a 404 Error. But I checked my logs and it says 200, which is normal! No $04's anywhere!
What the script does: The page simply queries my database and lists items in tables. Again, it works locally, but from a remote connection, it doesn't load.
Note: I do notice this: when the query returns, say, about 15 or so results, the page loads irregardless of location. However, anything more and remote sites don't load the as described above. I'm guessing that it's "timing out" or the browser just stopped waiting? I have no idea.
I'm not exactly sure. I've uninstalled and reinstalled Apache/PHP/MySQL. Still, I get the same problem. I have no idea why it would only work locally. Not sure what to understand. I've tried google for answers. I've also searched this forum. No problems were similiar. I'm out of ideas. My next choice, which is a good one but not quite feasible at the time, is to run it all on a Linux box.
In the meantime, can anyone help? Thanks in advance!