Re: Adding a new feature.
"Scott Savarese" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Message-ID | <[email protected]> |
Paul E. Ross said:
> I have this already at my site.
> if (file_exists("$Current_Directory/$page") && $handle =
> fopen("$Current_D
> irectory/$page", 'r'))
> {
> $temp = fread($handle,4096);
So how is this working? You are setting header.php as the handler for the
request? So that every request comes through header.php which does the
reading and parsing? What happens to CGI generated text/html, which is why
I like mod_layout which acts as an output filter in apache2.
Thanks,
Scott`