mod_layout and LayoutHeader is a PHP file not working ...
"Novick, Jeff" <[email protected]>
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Message-ID | <[email protected]> |
Hi, When I use a .php for the LayoutHeader, I receive a blank page in my browser when accessing a .php page, but it works fine with a plain .html page. Everything works fine if I use a .css or .inc for the header, but, I really need a .php there. View source shows: <html> <head> <title>Nothing here, yet</title> </head> <body> <!-- Beginning of: /style.php --> and nothing more. apache's error_log contains child pid 30213 exit signal Segmentation fault (11) whenever doing this. LayoutIgnoreURI "/style.php" did not help apache 2.0.47, mod_layout 4.0.2a and PHP 4.3.3 mod_layout config: AddOutputFilter LAYOUT html AddOutputFilter LAYOUT php LayoutHeader "/style.php" LayoutIgnoreURI "/style.php" LayoutComment On What can I do? Any other info required? Thanks in advance, Jeff