Hello
What seems to be a simple problem has led me to much head scratching, any help here would be greatly appreciated.
I am trying to write a web template that will automatically include my header and footer pages when the main page is loaded. The site uses .htaccess for authentication.
I have tried include() readfile() fopen() without success, that is until I removed the .htaccess file -- then everything works great.
Does anyone know how to get around this or just a plain old better way to do it.
Thanks