summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-29/mythweb/mythweb.include
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-09-17 23:34:24 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-09-17 23:34:24 (GMT)
commitd4367e3fc20521235cdfc5e5eb03e7988840e32f (patch)
tree5ca35b498d8303b59b30292e349cb4435e039603 /abs/core/mythtv/stable-29/mythweb/mythweb.include
parent4739d37f1b813536b0f8d665a03f6f22a902f3e2 (diff)
downloadlinhes_pkgbuild-d4367e3fc20521235cdfc5e5eb03e7988840e32f.zip
linhes_pkgbuild-d4367e3fc20521235cdfc5e5eb03e7988840e32f.tar.gz
linhes_pkgbuild-d4367e3fc20521235cdfc5e5eb03e7988840e32f.tar.bz2
mythtv: add 29-fixes
Diffstat (limited to 'abs/core/mythtv/stable-29/mythweb/mythweb.include')
-rw-r--r--abs/core/mythtv/stable-29/mythweb/mythweb.include8
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core/mythtv/stable-29/mythweb/mythweb.include b/abs/core/mythtv/stable-29/mythweb/mythweb.include
new file mode 100644
index 0000000..18e9be1
--- /dev/null
+++ b/abs/core/mythtv/stable-29/mythweb/mythweb.include
@@ -0,0 +1,8 @@
+alias.url += ( "/mythweb" => "/data/srv/httpd/mythweb/")
+
+url.rewrite-once = (
+"^/{1,2}mythweb/(css|data|images|js|themes|skins|[a-z_]+\.(php|pl)).*" => "$0",
+"^/{1,2}mythweb/(pl(/.*)?)$" => "/mythweb/mythweb.pl/$1",
+"^/{1,2}mythweb/(.+)$" => "/mythweb/mythweb.php/$1",
+"^/{1,2}mythweb/(.*)$" => "/mythweb/mythweb.php"
+) \ No newline at end of file