Auth, layout, and extra html
"Lego Andy" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Organization | X0 |
| Message-ID | <[email protected]> |
Hi All,
So, I figured out the problems with auth and layout. Make sure if you use
custom error documents, that they are ignored fia LayoutIgnoreURI. If you do
not, then authorization just won't work. I assume this is bug, but not sure
where.
The second thing is, if you have document like this:
<html>
...
...
<html>
...
</html>
....
</html>
which can happen when doing SSI, then if you have LayoutMergeBeginTag <html*>,
you will see header on two places.
Andy