Question
PHP include statements not executing on Ubuntu 12.04
I am configuring PHP for the first time on my Ubuntu 12.04 distro and am not able to render my foo.php file to render any of the files attached with an include statement. For example, I have header.php and footer.php referenced in foo.php with .
I can get a phpinfo file to run via in an info.php file, but when I hit foo.php, the include statements seem to not be rendering on the server.
Any thoughts?
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×