diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-11-04 20:55:48 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-11-04 20:55:48 (GMT) |
commit | 1ba192c81b182943e580b2ad2b029b98210c6209 (patch) | |
tree | 0afdd4ff447dff3b73405749eaee2132e0bad3b4 /abs/core/mythtv/stable-0.27/mythweb/mythweb.include | |
parent | 0ee10561176bb5a98daeef6ffcd1d3b49e65aadb (diff) | |
download | linhes_pkgbuild-1ba192c81b182943e580b2ad2b029b98210c6209.zip linhes_pkgbuild-1ba192c81b182943e580b2ad2b029b98210c6209.tar.gz linhes_pkgbuild-1ba192c81b182943e580b2ad2b029b98210c6209.tar.bz2 |
mythtv stable-0.27 mythweb: initial commit. refs #933
Diffstat (limited to 'abs/core/mythtv/stable-0.27/mythweb/mythweb.include')
-rw-r--r-- | abs/core/mythtv/stable-0.27/mythweb/mythweb.include | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core/mythtv/stable-0.27/mythweb/mythweb.include b/abs/core/mythtv/stable-0.27/mythweb/mythweb.include new file mode 100644 index 0000000..18e9be1 --- /dev/null +++ b/abs/core/mythtv/stable-0.27/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 |