hmmm, i only use text-editors. but now i finally got it!
it really happened, that the exclude was not alone in its line.
that's a little complicated to explain.
it was because my index.php always puts a header-file, a main-part-file and a footer-file together using include.
and the exclude looked fine in the first line of one of the main-part-files, but after the index.php put it together with header and footer the last line from the header file was put together in the same line with the exclude comment. that's why it didn't work.
damn, that little mistake cost quite some time.
but thanks a lot for your help charter and roland, i would have never found that alone...
|