diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-03-14 05:32:01 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-03-14 05:32:01 (GMT) |
commit | 5a8b4a54246cb05ee5b6661a5597a02a3c21687b (patch) | |
tree | 086a058dde716c67e9fdd5aa61a4d4cc41ef3b8d /abs/core-testing/lighttpd/lighttpd.conf | |
parent | 031d96551bb50e4cf0b0f5eeaa30aa759b9ceeb4 (diff) | |
download | linhes_pkgbuild-5a8b4a54246cb05ee5b6661a5597a02a3c21687b.zip linhes_pkgbuild-5a8b4a54246cb05ee5b6661a5597a02a3c21687b.tar.gz linhes_pkgbuild-5a8b4a54246cb05ee5b6661a5597a02a3c21687b.tar.bz2 |
lighttpd: Work around mythweb producing url's with //
Thanks for the help jams.
Diffstat (limited to 'abs/core-testing/lighttpd/lighttpd.conf')
-rw-r--r-- | abs/core-testing/lighttpd/lighttpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/lighttpd/lighttpd.conf b/abs/core-testing/lighttpd/lighttpd.conf index 7305133..0c55f52 100644 --- a/abs/core-testing/lighttpd/lighttpd.conf +++ b/abs/core-testing/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" |