ashishkranjan / dabr

Automatically exported from code.google.com/p/dabr
0 stars 0 forks source link

Cannot use lighttpd #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What are the steps to trigger the problem?
1)Use lighttpd
2)

What happened?
will cause 404's

What did you expect to happen?
working dabr ~

I have something for dabr with lighttpd:
 url.rewrite-if-not-file = (
   "^/dabr/(.*)\?(.*)$" => "/dabr/index.php?q=$1&$2",
   "^/dabr/(.*)$" => "/dabr/index.php?q=$1"
 )

Original issue reported on code.google.com by cheungtifan on 25 May 2010 at 8:34

GoogleCodeExporter commented 9 years ago
We don't offer support for lighttpd.

Original comment by david.carrington on 11 Nov 2010 at 8:04