As above, thanks.

Comments

sebyoga’s picture

Hello,

Cachestatic works with lighttpd is you active the rewrite url.

You have a problem with this web server ?

Best regards,

Sébastien

dropchew’s picture

HI,

I am currently using this

url.rewrite-final = (
  "^/system/test/(.*)$" => "/index.php?q=system/test/$1",
  "^/([^.?]*)\?(.*)$" => "/index.php?q=$1&$2",
  "^/([^.?]*)$" => "/index.php?q=$1"
)

as recommended for the rewrite rules for lighttpd (except it can't work if the url contains a dot..) But if I were to use cache static, do I need another rewrite rule? Thanks

sebyoga’s picture

You can download this htaccess :
http://drupal.org/files/issues/htaccess.tar_.gz

And adapt this one. Indeed, I do not know lighttpd. I am going to try to make you an url.rewrite which works.

Sébastien

dropchew’s picture

Thats great! Thanks in advance.