
udovdh at xs4all
Apr 29, 2010, 10:38 AM
Post #3 of 5
(726 views)
Permalink
|
On 2010-04-29 19:16, Brent Bolin wrote: > On Thu, Apr 29, 2010 at 12:01 PM, Udo van den Heuvel <udovdh [at] xs4all> wrote: >> >> When I surf to the MythTV box's MythWeb interface I can go to: >> >> http://recorder/mythweb >> >> and get a 404. >> Or go to: >> >> http://recorder/mythweb/ >> >> And see MythWeb. >> >> (yes, the final slash...) >> >> >> How can I make them both work? >> And/or why hasn't this been done? >> (Or is this a local issue only?) > > This looks like an apache alias issue. Modify the directory location > > /mythweb /some/dir/somewhere > vs > /mythweb /some/dir/somewhere/ The conf for apache says: [...] Alias /mythweb "/usr/share/mythweb/" <Directory "/usr/share/mythweb"> [...] But the problem persists. Udo _______________________________________________ mythtv-users mailing list mythtv-users [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
|