Re: fancy redirects / 404 passthrough
Ingo Molnar <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <Pine.LNX.4.56.0310291712080.14927@earth> |
On Sun, 26 Oct 2003, human bn wrote: > Tux looks like a great solution except for one small thing: I use > rewrite to map URL's from: > > domain.com/username > to: > domain.com/ShowPage.php?user=username > > but Tux sees these as 404 file not found's. Would it be possible to > have tux just passthrough any requests it can't fulfill to Apache, > instead of returning 404? do you still have this problem? Redirection to Apache is something that worked from day one on. Tux will passthrough requests it can't fulfill. Does your Apache get _any_ requests from Tux? Ingo