Add an url alias with lighttpd


/ Published in: Other
Save to your folder(s)

To use url aliases with lighttpd, you need to activate mod_alias in server.modules


Copy this code and paste it in your HTML
  1. alias.url = ("/themes/" => "/home/myhome/themes/")

Report this snippet


Comments


You need to login to view comments.