As above, thanks.
Hello,
Cachestatic works with lighttpd is you active the rewrite url.
You have a problem with this web server ?
Best regards,
Sébastien
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
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.
Thats great! Thanks in advance.
Comments
Comment #1
sebyoga commentedHello,
Cachestatic works with lighttpd is you active the rewrite url.
You have a problem with this web server ?
Best regards,
Sébastien
Comment #2
dropchew commentedHI,
I am currently using this
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
Comment #3
sebyoga commentedYou 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
Comment #4
dropchew commentedThats great! Thanks in advance.