[mythtv-users] MythWeb redirection problem

Bjoern Voigt bjoernv at arcor.de
Fri Jan 29 20:27:19 UTC 2016


Since some weeks I have an interesting problem with my MythWeb installation (MythWeb and MythTV 0.27.5 with fixes/0.27; Apache 2.4.10 with mod_php 5.6.1; DVB-T with EIT EPG).

In MythWeb EPG (menu TV program) I see only listings for channels 1,3-14. Channels 2,15-40 have an empty EPG. In MythFrontend I see EPG from all channels (1-40).

After debugging a while, I found that each channel has a detail view (e.g. http://localhost/mythweb/tv/channel/1001/1454098500 for channel 1). Channel links for channels 1, 2-14 show the EPG for the specific channel. But channels 15-40 redirect back to http://localhost/mythweb/tv/list.

Channel Detail-URL Redirection
1 http://localhost/mythweb/tv/channel/1001/1454098500 none
2 http://localhost/mythweb/tv/channel/1002/1454098500 http://localhost/mythweb/tv/list
3 http://localhost/mythweb/tv/channel/1003/1454098500 none
[...]
14 http://localhost/mythweb/tv/channel/1262/1454098500 none
15 http://localhost/mythweb/tv/channel/1021/1454098500 http://localhost/mythweb/tv/list
[...]
40 http://localhost/mythweb/tv/channel/27510/1454098500 http://localhost/mythweb/tv/list

I use the original Rewrite settings for Apache in mythweb.conf.apache (https://github.com/MythTV/mythweb/blob/fixes/0.27/mythweb.conf.apache):

RewriteEngine on
RewriteBase /mythweb
RewriteRule ^(css|data|images|js|themes|skins|README|INSTALL|[a-z_]+\.(php|pl))(/|$) - [L]
RewriteRule ^(pl(/.*)?)$ mythweb.pl/$1 [QSA,L]
RewriteRule ^(.*)$ mythweb.php [QSA,L]

Any ideas?

Greetings,
Björn


More information about the mythtv-users mailing list