Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Damned servers
Krak
New
Why is it that on my localhost server my app will work fine. Soon as I upload it to my live sever i get hounded with error after error.
(The one that really jumps out is header redirects.)
WHY?!
Anyone have this problem? Why does it work fine locally then it all goes to hell after I upload it. What would be the difference?
(The one that really jumps out is header redirects.)
WHY?!
Anyone have this problem? Why does it work fine locally then it all goes to hell after I upload it. What would be the difference?
0
This discussion has been closed.
Comments
Permissions in effect.
Or paths, that springs to mind too.
Have you the same OS at both ends?
I agree with y2kbg though, this shouldn't differ between localhost and server.
Perhaps Gzip being enabled would affect it though, as that would cause output buffering on the server in which it was enabled. This is just a hunch.
Might be a good idea to compare phpinfos() to make sure you have similar configurations
Just keep in mind that your script will have to completely finish before its output starts travelling down the wire. If you have some time intensive scripts sometimes its better to send the site header down the wire so the suer sees that the page is still loading.