TravisB
03-06-2003, 10:13 AM
The company my site is hosted with upgraded from 4.2.1 to 4.3.1 and now my includes to other directories do not work. They have Windows 2k, IIS 5.
example:
include "content.php"; // works
include "/include/footer.php"; // does not work
I can not make changes to the php.ini file because this is a shared server. What changes do I need to make to my code to get this solved?
Thanks,
Travis
example:
include "content.php"; // works
include "/include/footer.php"; // does not work
I can not make changes to the php.ini file because this is a shared server. What changes do I need to make to my code to get this solved?
Thanks,
Travis