Can anyone suggest me some free webservers, where i can upload my site and test it. My current one is giving me and error, that actually should not happen. And maybe it works with another server.
Asked
Active
Viewed 449 times
-5
-
2Have you tried installing a server on your machine and testing if it works? – Ynhockey May 12 '12 at 13:58
-
[Stack Overflow is not a Recommendation Engine](http://meta.stackexchange.com/a/128562/172936)... Answers here will likely solicit opinion, debate, arguments, polling, or extended discussion. – Lix May 12 '12 at 13:59
-
it works on my localhost. It is the Warning: Cannot modify header information - headers already sent by error, and i did all the things im supposed to do, removed BOM and all the things. – Barta Tamás May 12 '12 at 13:59
-
http://stackoverflow.com/questions/8028957/headers-already-sent-by-php – PeeHaa May 12 '12 at 14:01
2 Answers
1
I've found izfree to be pretty good when I've needed quick hosting in a pinch. I wouldn't recommend it for anything in production though as its uptime isn't as good as it could be.
EDIT: Although looking at it, it may not even be maintained anymore. I last used it in 2009...

Mansfield
- 14,445
- 18
- 76
- 112
-
thank you, i will try it. Still not sure why people down voting my question but ok. – Barta Tamás May 12 '12 at 14:01
1
Simply set up a local server with programs like xampp. You can download it here: http://www.apachefriends.org/en/xampp.html Much faster, agile and more convenient than testing on actual servers.

Joern
- 479
- 1
- 8
- 14