Solved: Chrome downloading file instead of displaying page

A lot of developers are experiencing the same problem: while all other browsers display your latest web creation perfectly, Chrome just downloads the script source file - yes, source. Several support threads describe the same problem, suggesting everything from security flaws and misconfigured servers to a chrome bug. The answer is simple: you visited your unfinished site in Chrome before it was configured correctly. Chrome correctly just downloaded your front page script file - and it has cached that result, showing it to you again and again. ...

June 17, 2013 · 1 min · wpgundersen
Teeworlds

Compiling Teeworlds Server

This post was updated in December 2015 to account for clang in FreeBSD and the updated Teeworlds 0.6.3 (which contains an important server bugfix). Teeworlds is a great game. It is free and runs on any platform, download it now. You will soon want to run your own server to host your own matches and levels. If you have a FreeBSD server without X, this is not straightforward. The FreeBSD Teeworlds package is game (client) and server bundled in one, and the Teeworlds server sources are meant for Linux. Here is how: ...

July 4, 2012 · 2 min · wpgundersen