Same code - different error??

rt49andellis

69.***.***.***
1,941 days ago

Same code - different error??

I've been working on a site that includes php. Sometimes my site will load, sometimes it won't. It can be the exact same code and if I hit refresh it will load a few times, other times giving me a "page not found" or "bad server request" error.

Now??? I for some reason assume that if it works SOMETIMES, it should work ALWAYS unless there's a problem with where I'm hosted. The coding doesn't change so shouldn't it work the same way always? Or is this false thinking on my part?

Thanks

penguinmama

12.***.***.***
1,936 days ago
IMO, your assumption that it is a server issue seems likely. The other possibility is a connectivity issue.

In other words, either the server is losing connection, or you are.

If neither of those is true, then I have no idea why you would have that problem.

Dismounted

59.***.***.***
1,936 days ago
Are there any other errors?

rt49andellis

69.***.***.***
1,936 days ago
i figured out that the reason it was doing this was my
include (http://addy) code was written wrong.

I was telling it the entire address when i only needed /page.php

After I changed that it worked fine. Thanks for the help you guys/gals