[kwlug-disc] Can someone help?

Richard Weait richard at weait.com
Wed May 5 08:23:08 EDT 2010


On Wed, May 5, 2010 at 7:43 AM, John Van Ostrand <john at netdirect.ca> wrote:
> The easiest way we do this is using PHP.
> Create header.php as the header including HEAD and BODY tags. Then create
> page.php with only HTML.
>
> Then create .htaccess file and use php's directive "auto_prepend_file"
> giving header.php as the file. I don't recal the exact syntax, search for
> that directive.
>
> Then the header.php file is called every time page.php is called.

The other way to go is to select a content management system, adapt to
a bit of a learning curve, and then let the CMS handle:
- new accounts
- lost passwords
- menus
- branding
- related links
- page versions
- etc., etc.

While you only worry about content.




More information about the kwlug-disc mailing list