Lighttpd Regular Expressions
Posted
by Kyle
on Stack Overflow
See other posts from Stack Overflow
or by Kyle
Published on 2010-05-30T19:16:58Z
Indexed on
2010/05/30
19:22 UTC
Read the original article
Hit count: 480
I am trying to match any url that has /images/ , /styles/ , or /scripts/ in a lighttpd $HTTP["url"] statement. How could this be done? I am currently using "^/images/" , etc. and it's only working if that directory is in the beginning of the URL.
© Stack Overflow or respective owner