lighttpd forum lighty > One Minor Drupal/TinyMCE Glitch

Posted by David Hart
on 13.07.2008 16:52
I wonder if someone can help me out. Everything is working perfectly 
except TinyMCE links and image.

$HTTP["host"]=~ "tips\-q" {
evhost.path-pattern = "/var/www/queer/"
url.rewrite-final = ( "^/([^.?]*)\?(.*)$" => "/index.php?q=$1&$2",
                          "^/search/(.*)$" => "/index.php?q=search/$1",
                          "^/([^.?]*)$" => "/index.php?q=$1",
                          "^/([^.?]*\.html)$" => "/index.php?q=$1",
                          "^/([^.?]*\.htm)$" => "/index.php?q=$1",
			  "^/([^.?]*\.xml)$" => "/index.php?q=$1"
                        )
}

I am trying to figure out why the following results in a page-not-found 
error:
sites/all/modules/tinymce/tinymce/jscripts/tiny_mce/themes/advanced/link.htm

Thanks in advance.

BTW, the improvement in performance over Apache is nothing short of 
astonishing!