Ok. I found the source of the error. For some reason the default 404 server message isn't getting displayed and this other message is instead. If I can find the bottom of it, I'll post with answers so it at least goes into to archive. Thanks for those who've looked.
Woops. I just figured it out. Since I've got a html ouput filter redirecting to php to handle the output, when error/HTTP_NOT_FOUND.html.var is called and it's trying to parse top.html and bottom.html, it isn't. So, if I can get php to parse the html correctly, then this message will go away. If you go to http://digitalroadkill.net:8080/as;dljfsad you'll see the error message I'm talking about. This get's generated on every 404, since PHP isn't parsing the html properly. Whew. I thought I was couldn't figure it out. I'm happy now thanks for the time. On Wed, 2002-01-02 at 16:13, Austin Gonyou wrote: > Ok..Sorry for the craziness. There seems to be something happening with > Galeon. I tried links, again, and Mozilla and everything is working as > it should. Thanks again for all the help. It even seems as though my > filters are working correctly. > > On Wed, 2002-01-02 at 16:03, Austin Gonyou wrote: > > Thanks for all the work. I just couldn't see that happening. I don't > > care if it doesn't work for me, as long as it works for everyone else. > > > > > Now I've got a more serious issue though. I can't even get /Galleries/ > > or / to parse php now it seems. I think my ouput filters are wrong. > > > > I used to be able to use the following: > > > > <FilesMatch *.php,*.html> > > SetInputFilter php > > SetOutputFilter php > > </FilesMatch> > > > > Now I have to use: > > > > <FilesMatch "\.php"> > > SetInputFilter php > > SetOutputFilter php > > </FilesMatch> > > > > and likewise with html. What am I doing wrong? > > > > -- > > Austin Gonyou > > Systems Architect, CCNA > > Coremetrics, Inc. > > Phone: 512-698-7250 > > email: [EMAIL PROTECTED] > > > > "It is the part of a good shepherd to shear his flock, not to skin > it." > > Latin Proverb > -- > Austin Gonyou > Systems Architect, CCNA > Coremetrics, Inc. > Phone: 512-698-7250 > email: [EMAIL PROTECTED] > > "It is the part of a good shepherd to shear his flock, not to skin it." > Latin Proverb -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good shepherd to shear his flock, not to skin it." Latin Proverb
signature.asc
Description: This is a digitally signed message part