I cannot replicate the problem. Maybe if you send me an tarball with an accurate picture of the situation I can find some subtlety. But when I use the file you&#39;ve given and put some HTML file in the &quot;htdocs&quot; directory, I get the expected result.<div>
<br></div><div>Jay<br><br><div class="gmail_quote">On Sun, Dec 5, 2010 at 12:41 AM, Giles Roberts <span dir="ltr">&lt;<a href="mailto:giles@gilesroberts.com">racketusers.20.gilesroberts@spamgourmet.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Dear Jay,<br>
<br>
I can replicate the problem with the test static example from the web server tutorial:<br>
<br>
#lang web-server/insta<br>
  (define (start request)<br>
    &#39;(html (head (title &quot;Testing&quot;))<br>
           (link ((rel &quot;stylesheet&quot;)<br>
                  (href &quot;/test-static.css&quot;)<br>
                  (type &quot;text/css&quot;)))<br>
           (body (h1 &quot;Testing&quot;)<br>
                 (h2 &quot;This is a header&quot;)<br>
                 (p &quot;This is &quot; (span ((class &quot;hot&quot;)) &quot;hot&quot;) &quot;.&quot;))))<br>
<br>
  (static-files-path &quot;htdocs&quot;)<br>
<br>
My html file is in htdocs.  I was expecting the html to be served by the web server without any additional coding.  Is there something I&#39;m missing?<br>
<br>
The server is run from DrRacket 5.0.2 and the OS is Vista Home Premium SP2.<br>
<br>
Regards Giles.<br>
</blockquote></div><br><br clear="all"><br>-- <br>Jay McCarthy &lt;<a href="mailto:jay@cs.byu.edu" target="_blank">jay@cs.byu.edu</a>&gt;<br>Assistant Professor / Brigham Young University<br><a href="http://faculty.cs.byu.edu/~jay" target="_blank">http://faculty.cs.byu.edu/~jay</a><br>
<br>&quot;The glory of God is Intelligence&quot; - D&amp;C 93<br>
</div>