Hello,
Not sure if this is an apache configuration or a php configuration
problem, i'm hoping someone can help. I'm running a webserver on FreeBSD
consisting of apache2 and php4 among other items. I've got a site that has
an alias directive defined in httpd.conf like:
alias /include "/path/to/directory/include"
In that area i have a file header.php which contains standard information i
want displayed across my web pages. In my index file i have:
<? include "/include/header.php"; ?>
The header.php file is not being included, not sure why. Any pointers
appreciated.
Thanks.
Dave.
Not sure if this is an apache configuration or a php configuration
problem, i'm hoping someone can help. I'm running a webserver on FreeBSD
consisting of apache2 and php4 among other items. I've got a site that has
an alias directive defined in httpd.conf like:
alias /include "/path/to/directory/include"
In that area i have a file header.php which contains standard information i
want displayed across my web pages. In my index file i have:
<? include "/include/header.php"; ?>
The header.php file is not being included, not sure why. Any pointers
appreciated.
Thanks.
Dave.
Comment