1 Oct 2004 MartySchrader   » (Journeyer)

See the difference between this:

<!-- Login.php Customer Connection login -->

<?php header("Location: PrincipalHome.html"); ?>

and this?

<?php header("Location: PrincipalHome.html"); ?>

No comment line! Well, bunkie -- guess what? Some Apache varieties apparently think that HTML comment line is, in fact, a header start line. Yank it. Maybe I'll go back and retrofit PHP comments into the straight-up PHP sources. I probably makes more sense that way anyway. I guess.

I just hate finding out this kind of stuff The Hard Way®.

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!