Hello developers, I am running into the strangest bug. <br><br>First,
i&#39;ve deployed lighttpd on the N810 as a proxy server. It&#39;s going to run
a google-gears like system for an app i&#39;m building. <br><br>That&#39;s
running just fine, the 404 handler is a script that pings the DB for
whatever the user is looking for. My problem actually deals with the
webserver serving static pages. <br>
<br>So, lighty&#39;s working just fine. When you go to <br><br><a href="http://localhost/foo" target="_blank">http://localhost/foo</a> it runs my script and works. <br><br><a href="http://localhost/foo.html" target="_blank">http://localhost/foo.html</a>
(a file in the static hierarchy) the websbrowser attempts to download
it. It&#39;s strange, you get a full &quot;download type=&quot;text/html&quot; yada yada&quot;
pop up. <br>
<br>The likewise setup (same lighty conf) runs just fine on my computer. It&#39;s just the phone.<br><br>I
debugged the html file by downloading index.html from google and trying
to serve that. The N810 webbrowser attempts to download that as well.
The problem must be on the phone. <br>
<br>Does anyone know what this could possibly be?<br><br>Thanks.