On Wed, 2006-01-04 at 11:13 +0100, Jens Baumeister wrote: > Hi! > > On 1/4/06, Jake Sanders <[EMAIL PROTECTED]> wrote: > > > I have a web page (not on my myth server) with a link to mythweb on my myth > > server. If I follow the link, it asks for my username and password (as > > usual), but then redirects me to " http://127.0.0.1/mythweb". Typing in the > > address in the address bar directoy (instead of following the link) works. > > Try adding a slash to the link - I get the same behavior if I enter > <MY IP>/mythweb instead of <MY IP>/mythweb/ > > It might be related to Apache not finding a proper DNS entry, but I'm > not sure about that.
Apache will redirect a query of the form http://server/mythweb to http://[ServerName]/mythweb/ You need to set ServerName correctly in your httpd.conf.
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
