Lighttpd Url Access Deny
06/02/27
Have you ever wanted to hide some files that are on your webserver. Perhaps some .inc files that you are including in a php file? Lighttpd comes with a built in parameter to help you out.
url.access-deny = ( "~", ".inc" )
Comments