summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/lighttpd/lighttpd.conf')
-rw-r--r--abs/core/lighttpd/lighttpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/lighttpd/lighttpd.conf b/abs/core/lighttpd/lighttpd.conf
index 7305133..0c55f52 100644
--- a/abs/core/lighttpd/lighttpd.conf
+++ b/abs/core/lighttpd/lighttpd.conf
@@ -238,7 +238,7 @@ cgi.assign = ( ".pl" => "/usr/bin/perl",
".cgi" => "/bin/bash" )
url.rewrite-once = (
- "^/mythweb/(css|data|images|js|themes|skins|[a-z_]+\.(php|pl)).*" => "$0",
+ "^/mythweb/(css|data|images|js|themes|skins|[a-z_]+\.(php|pl)).*" => "$0",
"^/mythweb/(pl(/.*)?)$" => "/mythweb/mythweb.pl/$1",
"^/mythweb/(.+)$" => "/mythweb/mythweb.php/$1",
"^/mythweb/(.*)$" => "/mythweb/mythweb.php"