Hello,
I have a problem with lighttpd , addition to the root I can
not see the subdirectories, if I try to view them I get error 404 ,
attach the file to config
Thank you
server.document-root = "/media/data/py-home/py-home-master/wolfcms/"
server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
server.errorlog = "/var/log/error.log"
server.pid-file = "/var/run/lighttpd.pid"
server.username = "www-data"
server.groupname = "www-data"
server.port = 80
server.dir-listing = "enable"
#dir-listing.activate = "enable"
#dir-listing.encoding = "utf-8"
#alias.url = ( "/cal/" => "/media/data/py-home/py-home-master/wolfcms/luxcal410-calendar/" )
index-file.names = ( "index.php", "index.html", "index.lighttpd.html", "luxcal410-calendar/index.php" )
url.access-deny = ( "~", ".inc" )
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
compress.cache-dir = "/var/cache/lighttpd/compress/"
compress.filetype = ( "application/javascript", "text/css", "text/html", "text/plain" )
"^/install/index.html$" => "/install/index.php?rewrite=1",
"^/install/index.php$" => "/install/index.php?rewrite=1",
"^/install/$" => "/install/index.php?rewrite=1",
"^/install/(.*)$" => "/install/$1",
"^/wolf/admin/(images|javascripts|stylesheets|themes)/(.*)" => "/wolf/admin/$1/$2",
"^/favicon\.ico$" => "$0",
"^/(public|wolf)/(.*)$" => "/$1/$2",
"^(?:(?!/admin/))/([^?]*)(\?(.*))$" => "/index.php?WOLFPAGE=$1&$2",
"^/(.*)$" => "/index.php?WOLFPAGE=$1"
)