User Tools

Site Tools


emoncms_and_dietpi

This is an old revision of the document!


Emoncms on a Pi2 v1.1 running diet pi

Open /etc/lighttpd/lighttpd.conf with a text editor and enable the rewrite module by uncommenting it (remove the #). It will then look something like this:

server.modules =

 (
  "mod_access",
  "mod_alias",
  "mod_compress",
  "mod_redirect",
  "mod_rewrite",
  )
  

Then you simply add your rewrite regular expression to the same file;

emoncms_and_dietpi.1680765993.txt.gz · Last modified: 2023/04/06 07:26 by admin