PHP Include Not Working on One Page
Posted
by
Tara
on Stack Overflow
See other posts from Stack Overflow
or by Tara
Published on 2011-11-13T01:48:56Z
Indexed on
2011/11/13
1:50 UTC
Read the original article
Hit count: 294
So, I finally got the PHP include function to work by tweaking the .htaccess file yesterday. The index shows up perfectly. But get this, I duplicate the index.html file, rename it and upload it as another page (as a template to work from) and now the PHP include function is not working on that page, even though it's exactly the same code hosted on the same server with the same .htaccess file.
Any idea what's going on?
Thank you,
Tara
© Stack Overflow or respective owner