in reply to Re: How in include header in all pages
in thread How in include header in all pages

Another Apache solution would be to use a virtual include.

In your .htaccess file:

AddType text/html .shtml AddOutputFilter INCLUDES .shtml Options +Includes
Your 'page' (call it page.shtml):
<html> <head> <title>My lovely page</title> </head> <body> <!--#include virtual="/cgi-bin/header.cgi--> <p>My page content</p> </body> </html>
--
Linux, perl, punk rock, cider: charlieharvey.org.uk.